Skip to content

Commit d98d379

Browse files
Update actions/upload-artifact action to v5
1 parent 79150ee commit d98d379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
swift build --configuration release | xcpretty --utf --color && exit ${PIPESTATUS[0]}
2828
29-
- uses: actions/upload-artifact@v4
29+
- uses: actions/upload-artifact@v5
3030
with:
3131
name: 'public-api-diff'
3232
path: '.build/release/public-api-diff'

0 commit comments

Comments
 (0)