Skip to content

Commit 886b62d

Browse files
authored
Merge pull request mozilla#254 from mozilla/fix/deploy-artifact-action
Fix deploy-to-production artifact action version
2 parents 237ad62 + 12996c9 commit 886b62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build with Webpack
3535
run: npm run build
3636
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v4
37+
uses: actions/upload-pages-artifact@v3
3838
with:
3939
path: ./docs
4040

0 commit comments

Comments
 (0)