Skip to content

Commit f18f1ca

Browse files
Merge pull request #20778 from mozilla/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 60a0e24 + d939a3d commit f18f1ca

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

0 commit comments

Comments
 (0)