File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 69
69
# TODO build native mixins such as BuildLibSilkDroid
70
70
run : ./build.sh Pack --configuration Release --msbuild-properties ContinuousIntegrationBuild=true
71
71
- name : Upload Unsigned Artifacts to Actions
72
- uses : actions/upload-artifact@v2.2.4
72
+ uses : actions/upload-artifact@v4
73
73
with :
74
74
name : unsigned_nupkgs
75
75
path : " build/output_packages/*nupkg"
@@ -90,14 +90,14 @@ jobs:
90
90
- uses : actions/checkout@v3.5.2
91
91
with :
92
92
submodules : ' false'
93
- - uses : actions/download-artifact@v3
93
+ - uses : actions/download-artifact@v4
94
94
with :
95
95
name : unsigned_nupkgs
96
96
path : build/output_packages
97
97
- name : Sign Packages
98
98
run : .\build.cmd SignPackages --akv-certificate ${{ secrets.AKV_CERTIFICATE }} --akv-client-id ${{ secrets.AKV_CLIENT_ID }} --akv-client-secret ${{ secrets.AKV_CLIENT_SECRET }} --akv-tenant ${{ secrets.AKV_TENANT }} --akv-vault-url ${{ secrets.AKV_VAULT_URL }}
99
99
- name : Upload Signed Artifacts to Actions
100
- uses : actions/upload-artifact@v2.2.4
100
+ uses : actions/upload-artifact@v4
101
101
with :
102
102
name : signed_nupkgs
103
103
path : " build/output_packages/*nupkg"
You can’t perform that action at this time.
0 commit comments