Skip to content

Commit 0ef31e3

Browse files
committed
Update actions version
1 parent d27c468 commit 0ef31e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- run: |
1212
echo "Example artifact for $GITHUB_RUN_ID" >art.txt
13-
- uses: actions/upload-artifact@v2
13+
- uses: actions/upload-artifact@v4
1414
with:
1515
name: some-artifact
1616
path: art.txt

0 commit comments

Comments
 (0)