Skip to content

Commit 8d906e6

Browse files
Update actions/upload-artifact action to v7.0.1
1 parent 831f076 commit 8d906e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: .\build.ps1
2424
shell: powershell
2525
- name: Publish NuGet package as build artifact
26-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
26+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2727
with:
2828
name: NuGet Package
2929
path: ./BuildArtifacts/Packages/NuGet/
@@ -53,7 +53,7 @@ jobs:
5353
working-directory: ./tests/script-runner/net10.0-git-cli/
5454
shell: powershell
5555
- name: Publish generated reports as build artifact
56-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
56+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5757
with:
5858
name: Integration Tests Script Runner Windows (.NET tool)
5959
path: ./tests/script-runner/net10.0/BuildArtifacts/output/

0 commit comments

Comments
 (0)