Skip to content

Commit 430b1ba

Browse files
authored
Merge pull request #3 from NetOfficeFw/update_actions
2 parents 3ddf066 + 7839b44 commit 430b1ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: dotnet pack --no-build --no-restore -o dist
4545

4646
- name: publish artifact
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: VbaCompression_${{ env.VersionSuffix }}
5050
path: '${{ github.workspace }}/dist'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
NUGET_PUSH_KEY: ${{ secrets.NUGET_PUSH_KEY }}
9494

9595
- name: release
96-
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1, v0.1.15
96+
uses: softprops/action-gh-release@v2
9797
if: always() && startsWith(github.ref, 'refs/tags/')
9898
with:
9999
name: 'VbaCompression ${{ github.ref_name }}'

0 commit comments

Comments
 (0)