Skip to content

Commit d38dd82

Browse files
committed
chore: updated github workflow
1 parent 1d96095 commit d38dd82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-pack-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Pack projects
3434
run: dotnet pack --no-restore
3535
- name: Upload packages (artifacts)
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: nuget-packages
3939
path: |
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- name: Download package artifacts
7272
id: download-artifacts
73-
uses: actions/download-artifact@v2
73+
uses: actions/download-artifact@v4
7474
continue-on-error: true
7575
- name: Push nupkg's
7676
id: push-nupkg

0 commit comments

Comments
 (0)