Skip to content

Commit 2e14d51

Browse files
Update actions/upload-artifact & actions/download-artifact actions to v4 (#395)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d25f13 commit 2e14d51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
26+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
2727
with:
2828
name: NuGet Package
2929
path: ./BuildArtifacts/Packages/NuGet/
@@ -39,7 +39,7 @@ jobs:
3939
run: npm install -g markdownlint-cli
4040
shell: powershell
4141
- name: Download build artifact
42-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
42+
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4
4343
with:
4444
name: NuGet Package
4545
path: ./BuildArtifacts/Packages/NuGet
@@ -53,7 +53,7 @@ jobs:
5353
working-directory: ./tests/script-runner/
5454
shell: powershell
5555
- name: Publish generated reports as build artifact
56-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
56+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
5757
with:
5858
name: Integration Tests Script Runner Windows (.NET Core tool)
5959
path: ./tests/script-runner/BuildArtifacts/output/

0 commit comments

Comments
 (0)