Skip to content

Commit 930ddbe

Browse files
committed
Update upload-artifact
1 parent a22357d commit 930ddbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
codesign --force --options runtime --sign 'Developer ID Application: Mathijs Kadijk (5Z49PA849J)' .build/apple/Products/Release/rswift
4848
- name: Store build artifact
49-
uses: actions/upload-artifact@v1
49+
uses: actions/upload-artifact@v3
5050
with:
5151
name: rswift-${{ github.event.release.tag_name }}
5252
path: .build/apple/Products/Release/rswift

0 commit comments

Comments
 (0)