Skip to content

Commit

Permalink
Merge pull request #370 from gluck/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
KirillOsenkov authored Sep 4, 2024
2 parents ccc5142 + fa27343 commit 2c3a69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@v4

- name: ⬇️ artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pkg
path: bin
Expand Down

0 comments on commit 2c3a69e

Please sign in to comment.