We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1446e63 commit 4211c52Copy full SHA for 4211c52
1 file changed
.github/workflows/docker-build-push.yml
@@ -39,7 +39,7 @@ jobs:
39
MONGODB_URI: mongodb://localhost:27017/glow_test
40
41
- name: Upload backend test results
42
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4 # Changed from v3 to v4
43
if: always()
44
with:
45
name: backend-test-results
@@ -73,7 +73,7 @@ jobs:
73
CI: true
74
75
- name: Upload frontend test results
76
77
78
79
name: frontend-test-results
0 commit comments