Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from inloco/update-upload-download-action
Browse files Browse the repository at this point in the history
Update actions/upload-artifact and actions/downloaf-artifact to v4
  • Loading branch information
almirmcunhajr authored Nov 6, 2024
2 parents 1747a08 + 2e5cc18 commit 0c7ed08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
- name: build tgzarmorer
run: make -C tgzarmorer build
- name: upload tgzarmorer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tgzarmorer
path: ./tgzarmorer/tgza
retention-days: 1
- name: build xipverifier
run: make -C xipverifier build
- name: upload xipverifier
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: xipverifier
path: ./xipverifier/xv
Expand All @@ -70,7 +70,7 @@ jobs:
MESSAGEBIRD_CALLER: ${{ secrets.MESSAGEBIRD_CALLER }}
MESSAGEBIRD_CALLEE: ${{ secrets.MESSAGEBIRD_CALLEE }}
- name: upload cookies
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cookiebaker
path: ./cookiebaker/cookies.txt.gpg
Expand All @@ -88,7 +88,7 @@ jobs:
- name: checkout repository
uses: actions/checkout@v2
- name: download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: aws configure
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 0c7ed08

Please sign in to comment.