Skip to content

Commit 68b3cb7

Browse files
authored
Updated artifact upload action to v4 (#212)
1 parent 82a92a6 commit 68b3cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fi
3939
id: diff
4040

41-
- uses: actions/upload-artifact@v3
41+
- uses: actions/upload-artifact@v4
4242
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4343
with:
4444
name: dist

0 commit comments

Comments
 (0)