Skip to content

Commit 83f717d

Browse files
authored
Merge pull request #2489 from quarkusio/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents 25ced9a + 1b0c94b commit 83f717d

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
@@ -81,7 +81,7 @@ jobs:
8181
rm -rf _site/assets/images/stickers
8282
8383
- name: Publishing directory for PR preview
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v6
8585
with:
8686
name: site
8787
path: ./_site

0 commit comments

Comments
 (0)