Skip to content

Commit 3d175f2

Browse files
Merge pull request #20400 from mozilla/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 520363b + deb74b9 commit 3d175f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v4
52+
uses: actions/upload-artifact@v5
5353
with:
5454
name: github-pages
5555
path: ${{ runner.temp }}/website.tar

0 commit comments

Comments
 (0)