Skip to content

Commit 893cc1d

Browse files
Update actions/upload-artifact action to v5 (#17)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent d1bba79 commit 893cc1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fi
3232
- name: Upload warnings
3333
if: ${{ always() }}
34-
uses: actions/upload-artifact@v4.6.2
34+
uses: actions/upload-artifact@v5.0.0
3535
with:
3636
name: code-analysis-warnings
3737
path: code-analysis-warnings.md

.github/workflows/nuget-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
${{ secrets.PROCESSNUGETAUDITRESULTS_URL }}
4747
- name: Archive files on failure
4848
if: ${{ failure() }}
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v5
5050
with:
5151
name: files
5252
path: ${{ github.workspace }}/results/

0 commit comments

Comments
 (0)