Skip to content

Commit 6694f45

Browse files
chore(deps): update github artifact actions (#171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9394e1e commit 6694f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

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

5656
- name: Upload nuget packages
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
if: ${{ steps.get-branch.outputs.branch == 'master' && steps.confirm-release.outputs.test == 0 }}
5959
with:
6060
name: nuget-packages
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
dotnet-version: 8.0.407
7676
- name: Download nuget packages
77-
uses: actions/download-artifact@v5
77+
uses: actions/download-artifact@v6
7878
with:
7979
name: nuget-packages
8080
path: nuget-packages/

0 commit comments

Comments
 (0)