File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
139
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
167
+ - uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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