We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57ea7c1 + c2542dd commit 8da7c61Copy full SHA for 8da7c61
2 files changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: publish artifact
59
if: ${{ matrix.configuration == 'Release' }}
60
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
61
with:
62
name: 'vbamc_packages_${{ matrix.configuration }}'
63
path: '${{ github.workspace }}/dist'
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
show-summary: true
64
name: vbamc_packages
65
path: |
0 commit comments