Skip to content

Commit 6a32402

Browse files
committed
fix: update download-artifact step for breaking change in v5
1 parent 4061615 commit 6a32402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
ref: ${{ github.event.pull_request.head.sha }}
4444
- 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)