Skip to content

Commit 75c9e1c

Browse files
Updated action actions/upload-artifact to v4
1 parent 070f309 commit 75c9e1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
NUGET_API_KEY_PROD: ${{ secrets.NUGET_API_KEY_PROD }}
3838
run: .\publish-prod.ps1
3939
- name: Archive packages
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: artifacts
4343
path: artifacts

.github/workflows/publish_stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
NUGET_API_KEY_STAGE: ${{ secrets.NUGET_API_KEY_STAGE }}
3838
run: .\publish-stage.ps1
3939
- name: Archive packages
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: artifacts
4343
path: artifacts

0 commit comments

Comments
 (0)