Skip to content

Commit 010e52e

Browse files
Merge pull request #20507 from mozilla/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents cdf34b6 + 0b60e9c commit 010e52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
INPUT_PATH: build/gh-pages
5050

5151
- name: Upload the website
52-
uses: actions/upload-artifact@v5
52+
uses: actions/upload-artifact@v6
5353
with:
5454
name: github-pages
5555
path: ${{ runner.temp }}/website.tar

0 commit comments

Comments
 (0)