Skip to content

Commit

Permalink
Update actions/upload-artifact digest to 6f51ac0 (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: projectorigin-renovate[bot] <150237208+projectorigin-renovate[bot]@users.noreply.github.com>
  • Loading branch information
projectorigin-renovate[bot] authored Dec 18, 2024
1 parent 8c64e03 commit 65c7f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-nuget-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: dotnet pack --output build --configuration ${{ inputs.configuration }} -p:Version=${{ inputs.version }} ${{ env.project }}

- name: Upload nuget artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: ${{ inputs.nuget_artifact }}
retention-days: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-rust-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
cargo build --release --target ${{ matrix.target }}
- name: Upload artifacts
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: ${{ matrix.target }}
retention-days: 1
Expand Down

0 comments on commit 65c7f60

Please sign in to comment.