Skip to content

Commit

Permalink
🔀 merge pull request #78 from onRuntime/renovate/actions-download-art…
Browse files Browse the repository at this point in the history
…ifact-4.x

⬆️ upgrade actions/download-artifact action to `v4`
  • Loading branch information
AntoineKM authored Dec 20, 2023
2 parents 1f4251a + b8bf0de commit a7d40c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: echo "::set-output name=VERSION::$(node -p "require('./package.json').version")"

- name: Download bundle artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: kartrak-${{ steps.set-version.outputs.VERSION }}

Expand Down

0 comments on commit a7d40c0

Please sign in to comment.