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.
2 parents 3ddf066 + 7839b44 commit 430b1baCopy full SHA for 430b1ba
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
run: dotnet pack --no-build --no-restore -o dist
45
46
- name: publish artifact
47
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
48
with:
49
name: VbaCompression_${{ env.VersionSuffix }}
50
path: '${{ github.workspace }}/dist'
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
NUGET_PUSH_KEY: ${{ secrets.NUGET_PUSH_KEY }}
94
95
- name: release
96
- uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1, v0.1.15
+ uses: softprops/action-gh-release@v2
97
if: always() && startsWith(github.ref, 'refs/tags/')
98
99
name: 'VbaCompression ${{ github.ref_name }}'
0 commit comments