Skip to content

Commit

Permalink
Update actions/upload-artifact digest to 6f51ac0 (#527)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent d869f56 commit d72ccdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: .\build.ps1
shell: powershell
- name: Publish NuGet package as build artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: NuGet Package
path: ./BuildArtifacts/Packages/NuGet/
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
working-directory: ./tests/script-runner/net8.0/
shell: powershell
- name: Publish generated reports as build artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: Integration Tests Script Runner Windows (.NET tool)
path: ./tests/script-runner/net8.0/BuildArtifacts/output/

0 comments on commit d72ccdd

Please sign in to comment.