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 6244e0d commit e68ceb2Copy full SHA for e68ceb2
2 files changed
.github/workflows/ci.yaml
@@ -56,7 +56,7 @@ jobs:
56
make OpenSSL-${{ matrix.target }}
57
58
- name: Upload Build Artifact
59
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
60
with:
61
name: dist-${{ matrix.target }}
62
path: dist
.github/workflows/release.yaml
@@ -49,7 +49,7 @@ jobs:
49
make ${{ steps.build-vars.outputs.PACKAGE_NAME }}-${{ matrix.target }} $(echo "${{ steps.build-vars.outputs.PACKAGE_NAME }}" | tr 'a-z' 'A-Z')_VERSION=${{ steps.build-vars.outputs.PACKAGE_VERSION }} BUILD_NUMBER=${{ steps.build-vars.outputs.BUILD_NUMBER }}
50
51
52
53
54
55
0 commit comments