Skip to content

Commit e873bc5

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent aa468d4 commit e873bc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-delivery-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
files: "./nugets/*.nupkg"
3939
- name: Upload artifact
4040
if: steps.has-nugets.outputs.files_exists == 'true'
41-
uses: actions/upload-artifact@v4.6.2
41+
uses: actions/upload-artifact@v5.0.0
4242
with:
4343
name: nugets
4444
path: ./nugets/*.nupkg

0 commit comments

Comments
 (0)