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 cf681c3 commit e036ce9Copy full SHA for e036ce9
.github/workflows/build.yml
@@ -151,7 +151,7 @@ jobs:
151
steps:
152
- uses: actions/checkout@v3
153
- name: Fetch builder image
154
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
155
with:
156
name: ruby.wasm-builder-${{ matrix.entry.builder }}
157
- name: Load builder image
@@ -179,7 +179,7 @@ jobs:
179
if: ${{ startsWith(github.ref, 'refs/tags/') || inputs.publish }}
180
181
182
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
183
184
path: release
185
- uses: actions/setup-node@v2
0 commit comments