Skip to content

Commit f30a643

Browse files
authored
Merge pull request #1643 from quarkusio/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents d7fc7a8 + d0e3bf3 commit f30a643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
needs: [build, refresh]
134134
if: always()
135135
steps:
136-
- uses: actions/download-artifact@v5
136+
- uses: actions/download-artifact@v6
137137
with:
138138
path: build-reports-artifacts
139139
pattern: "build-reports-${{ github.run_attempt }}-*"

0 commit comments

Comments
 (0)