We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be579eb commit cba3f04Copy full SHA for cba3f04
1 file changed
.github/workflows/continuous-delivery.yaml
@@ -32,7 +32,7 @@ jobs:
32
- run: rake native gem
33
- if: ${{ matrix.os == 'ubuntu-latest' }}
34
run: gem build
35
- - uses: actions/upload-artifact@v7
+ - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
36
with:
37
name: gem-${{ matrix.os }}
38
path: |
0 commit comments