We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4720e commit f39f672Copy full SHA for f39f672
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
env:
36
BUILD_VERSION: ${{ steps.extract_version.outputs.is-semver == 'true' && steps.extract_version.outputs.version-without-v || '0.0.0' }}
37
- name: Upload artifacts
38
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
39
with:
40
name: binaries
41
path: |
0 commit comments