Skip to content

Commit e14d54a

Browse files
Update actions/upload-artifact action to v7
1 parent 5856fb4 commit e14d54a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
138138
echo "ARTIFACT_NAME=${{ env.PROJECT }}-${FILENAME}-${PLATFORM,}" >> $GITHUB_ENV
139139
140-
- uses: actions/upload-artifact@v5
140+
- uses: actions/upload-artifact@v7
141141
name: Upload artifacts
142142
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
143143
with:

0 commit comments

Comments
 (0)