Skip to content

Commit 913be98

Browse files
Merge pull request #67 from datavisyn/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 0404d9e + 830b39f commit 913be98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-node-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
# # TODO: Do component tests need the frontend/backend?
295295
# env: ${{ secrets.CYPRESS_ENV }}
296296
- name: Upload cypress screenshots
297-
uses: actions/upload-artifact@v3
297+
uses: actions/upload-artifact@v4
298298
if: failure()
299299
with:
300300
name: cypress-screenshots

0 commit comments

Comments
 (0)