Skip to content

Commit 5960164

Browse files
authored
feat: update CI's upload-artifact and download-artifact actions to v4 (casdoor#3361)
v3 of `actions/upload-artifact` and `actions/download-artifact` will be fully deprecated by 5 December 2024. Jobs that are scheduled to run during the brownout periods will also fail. See [1][2]. [1]: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ [2]: https://github.blog/changelog/2024-11-05-notice-of-breaking-changes-for-github-actions/ Signed-off-by: Eng Zer Jun <[email protected]>
1 parent 673261c commit 5960164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ jobs:
114114
wait-on-timeout: 210
115115
working-directory: ./web
116116

117-
- uses: actions/upload-artifact@v3
117+
- uses: actions/upload-artifact@v4
118118
if: failure()
119119
with:
120120
name: cypress-screenshots
121121
path: ./web/cypress/screenshots
122-
- uses: actions/upload-artifact@v3
122+
- uses: actions/upload-artifact@v4
123123
if: always()
124124
with:
125125
name: cypress-videos

0 commit comments

Comments
 (0)