Skip to content

Commit 81a4c3e

Browse files
authored
Merge pull request #854 from api3dao/renovate/major-github-actions
chore(deps): update actions/upload-pages-artifact action to v5
2 parents 5462e72 + fd02901 commit 81a4c3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployfe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133

134134
- name: Upload artifact
135135
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'deploy')
136-
uses: actions/upload-pages-artifact@v4
136+
uses: actions/upload-pages-artifact@v5
137137
with:
138138
path: './viewer/dist'
139139

0 commit comments

Comments
 (0)