Skip to content

Commit 6efb4b7

Browse files
authored
Merge pull request #37 from mac-comp127/update-upload-artifact-version
CI change: updated upload-artifacts to v4
2 parents 2426548 + a85d45d commit 6efb4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

4545
- name: Upload image comparisons (on failure only)
4646
if: ${{ failure() }}
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: imageComparisons
5050
path: test/imageComparisons/

0 commit comments

Comments
 (0)