File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 find dist
4646
4747 - name : Upload Android artifacts
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v7
4949 with :
5050 name : Android build
5151 path : dist/android
Original file line number Diff line number Diff line change 3838 find dist
3939
4040 - name : Upload xcframework
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v7
4242 with :
4343 name : gopenpgp.xcframework
4444 path : dist/apple/gopenpgp.xcframework
Original file line number Diff line number Diff line change 2222 binary-location : ./gosop-${{ github.sha }}
2323 # Upload as artifact
2424 - name : Upload gosop artifact
25- uses : actions/upload-artifact@v4
25+ uses : actions/upload-artifact@v7
2626 with :
2727 name : gosop-${{ github.sha }}
2828 path : ./gosop-${{ github.sha }}
4040 binary-location : ./gosop-target
4141 # Upload as artifact
4242 - name : Upload gosop-target artifact
43- uses : actions/upload-artifact@v4
43+ uses : actions/upload-artifact@v7
4444 with :
4545 name : gosop-target
4646 path : ./gosop-target
@@ -98,12 +98,12 @@ jobs:
9898 RESULTS_HTML : .github/test-suite/test-suite-results.html
9999 # Upload results
100100 - name : Upload test results json artifact
101- uses : actions/upload-artifact@v4
101+ uses : actions/upload-artifact@v7
102102 with :
103103 name : test-suite-results.json
104104 path : .github/test-suite/test-suite-results.json
105105 - name : Upload test results html artifact
106- uses : actions/upload-artifact@v4
106+ uses : actions/upload-artifact@v7
107107 with :
108108 name : test-suite-results.html
109109 path : .github/test-suite/test-suite-results.html
You can’t perform that action at this time.
0 commit comments