Skip to content

Commit d625c98

Browse files
authored
Merge pull request #91 from oasisprotocol/mz/deployFix
Bump actions/upload-pages-artifact to v3
2 parents 9ee9c61 + 65aaae3 commit d625c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/frontend-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "::warning title=Invalid file permissions automatically fixed::$line"
6565
done
6666
- name: Upload Pages artifact
67-
uses: actions/upload-pages-artifact@v2
67+
uses: actions/upload-pages-artifact@v3
6868
with:
6969
path: 'frontend/dist/'
7070
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)