Skip to content

Commit

Permalink
Merge pull request #22 from ClusterM/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
ClusterM authored Sep 4, 2024
2 parents 78424a5 + 1926ebe commit 80ed35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps:

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7

- name: Move files to the root
run: find -mindepth 2 -exec mv {} . \;
Expand Down

0 comments on commit 80ed35e

Please sign in to comment.