Skip to content

Commit 507da5e

Browse files
committed
fix: update upload-artifact action from v3 to v4
GitHub deprecated v3 of the artifact actions, causing workflow failures. Updated to v4 to resolve the CI/CD pipeline issue.
1 parent 32938a4 commit 507da5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

8585
- name: 📸 Upload E2E test artifacts
8686
if: failure()
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: cypress-screenshots
9090
path: cloudproxy-ui/cypress/screenshots

0 commit comments

Comments
 (0)