We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60556f commit 0a41053Copy full SHA for 0a41053
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
cache-from: type=local,src=/tmp/.buildx-cache
62
cache-to: type=local,dest=/tmp/.buildx-cache-new
63
- name: Upload image artifact
64
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
65
with:
66
name: ruby.wasm-builder-${{ matrix.entry.tag }}
67
path: /tmp/image.tar
@@ -167,7 +167,7 @@ jobs:
167
- name: rake ${{ matrix.entry.test }}
168
run: rake ${{ matrix.entry.test }}
169
if: ${{ matrix.entry.test != '' }}
170
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
171
if: ${{ matrix.entry.artifact }}
172
173
name: ${{ matrix.entry.artifact_name }}
0 commit comments