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 @@ -136,7 +136,7 @@ jobs:
136
136
- run : tar cfz ../install.tar.gz -C ../install .
137
137
138
138
- name : Upload artifacts
139
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
139
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
140
140
with :
141
141
name : ruby-wasm-install
142
142
path : ${{ github.workspace }}/install.tar.gz
@@ -164,7 +164,7 @@ jobs:
164
164
- name : Save Pull Request number
165
165
if : ${{ github.event_name == 'pull_request' }}
166
166
run : echo "${{ github.event.pull_request.number }}" >> ${{ github.workspace }}/github-pr-info.txt
167
- - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
167
+ - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
168
168
if : ${{ github.event_name == 'pull_request' }}
169
169
with :
170
170
name : github-pr-info
You can’t perform that action at this time.
0 commit comments