Skip to content

Commit 351153d

Browse files
chore(deps): update actions/upload-artifact action to v5 (#924)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1fad8ab commit 351153d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: steps.semantic_final.outputs.new_release_published == 'true'
5151
run: dotnet nuget push **/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
5252

53-
- uses: actions/upload-artifact@v4
53+
- uses: actions/upload-artifact@v5
5454
with:
5555
name: NuGet Package
5656
path: '**/*.nupkg'

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
if: steps.semantic_final.outputs.new_release_published == 'true'
8989
run: dotnet nuget push src/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ steps.login.outputs.NUGET_API_KEY }}
9090

91-
- uses: actions/upload-artifact@v4
91+
- uses: actions/upload-artifact@v5
9292
with:
9393
name: NuGet Package
9494
path: src/**/*.nupkg

0 commit comments

Comments
 (0)