Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ofaurax committed Jun 4, 2024
1 parent 4fd08c7 commit 49cda9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build firmware-syncer executable
run: make build-linux

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ( contains(github.ref, 'tags') && ! contains(github.ref, 'staging') )
with:
name: firmware-syncer-artifacts
Expand All @@ -65,7 +65,7 @@ jobs:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: git config --global url."https://${TOKEN}:x-oauth-basic@github.com".insteadOf "https://github.com/equinixmetal"

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: firmware-syncer-artifacts

Expand Down

0 comments on commit 49cda9a

Please sign in to comment.