Skip to content

Commit 683a9e8

Browse files
πŸ”„ Synced local '.github/' with remote '.github/'
1 parent 49dd2c3 commit 683a9e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/master.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: πŸ—œ Pack artifacts
2626
run: dotnet pack --no-build -c Release --version-suffix dev-$(date +%s) -o artifacts/
2727
- name: πŸ—„ Publish artifacts
28-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v3
2929
with:
3030
name: nupkg
3131
path: artifacts/*

β€Ž.github/workflows/prod.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: πŸ—œ Pack artifacts
2626
run: dotnet pack -c Release --no-build -o artifacts/
2727
- name: πŸ—„ Publish artifacts
28-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v3
2929
with:
3030
name: nupkg
3131
path: artifacts/*

0 commit comments

Comments
Β (0)