Skip to content

Commit 222aaf9

Browse files
authored
Merge pull request #233 from smlx/dependabot/github_actions/actions/download-artifact-5.0.0
chore(deps): bump actions/download-artifact from 4.3.0 to 5.0.0
2 parents 1ac9518 + d9ba2ad commit 222aaf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4242
with:
4343
ref: ${{ github.event.pull_request.head.sha }}
44-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
44+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
4545
- name: untar binaries
46-
run: tar -xvf artifact/dist.tar
46+
run: tar -xvf dist.tar
4747
- name: Login to GHCR
4848
if: github.actor != 'dependabot[bot]'
4949
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0

0 commit comments

Comments
 (0)