Skip to content

Commit edba4e2

Browse files
committed
ci: update actions/upload-artifact to v4
1 parent 0dd586d commit edba4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
DATE=$(date "+%Y%d%m-%H-%M")
2626
NAME="${REPOSITORY_NAME}_${DATE}"
2727
echo "FILE_NAME=${NAME}" >> $GITHUB_ENV
28-
- uses: actions/upload-artifact@v3
28+
- uses: actions/upload-artifact@v4
2929
with:
3030
name: ${{env.FILE_NAME}}
3131
path: |

0 commit comments

Comments
 (0)