Skip to content

Commit 978f8f7

Browse files
chore(deps): update github artifact actions
1 parent f156431 commit 978f8f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: echo "Will release nuget package"
5252

5353
- name: Upload nuget packages
54-
uses: actions/upload-artifact@v6
54+
uses: actions/upload-artifact@v7
5555
if: ${{ steps.get-branch.outputs.branch == 'master' && steps.confirm-release.outputs.test == 0 }}
5656
with:
5757
name: nuget-packages
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
dotnet-version: 7
8888
- name: Download nuget packages
89-
uses: actions/download-artifact@v7
89+
uses: actions/download-artifact@v8
9090
with:
9191
name: nuget-packages
9292
path: nuget-packages/

0 commit comments

Comments
 (0)