Skip to content

Commit cb60c01

Browse files
authored
Merge pull request #244 from rust-embedded/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents 128fc7a + e8f3e4b commit cb60c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs: [build]
5050
steps:
5151
- uses: actions/checkout@v4
52-
- uses: actions/download-artifact@v3
52+
- uses: actions/download-artifact@v4.1.7
5353
with:
5454
path: artifacts
5555
- run: ls -R ./artifacts

0 commit comments

Comments
 (0)