File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,13 +118,13 @@ jobs:
118
118
# This is required to share artifacts between different jobs
119
119
# =======================================================================
120
120
- name : Upload artifact
121
- uses : actions/upload-artifact@v3
121
+ uses : actions/upload-artifact@v4
122
122
with :
123
123
name : trin-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.tar.gz
124
124
path : trin-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.tar.gz
125
125
126
126
- name : Upload signature
127
- uses : actions/upload-artifact@v3
127
+ uses : actions/upload-artifact@v4
128
128
with :
129
129
name : trin-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.tar.gz.asc
130
130
path : trin-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.tar.gz.asc
You can’t perform that action at this time.
0 commit comments