Skip to content

Commit

Permalink
Update actions/upload-artifact digest to b4b15b8 (#116)
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 Oct 11, 2024
1 parent e68140d commit 9813b04
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 @@ -35,7 +35,7 @@ jobs:
run: dotnet pack --output build --configuration ${{ inputs.configuration }} -p:Version=${{ inputs.version }} ${{ inputs.project }}

- name: Upload nuget artifact
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: ${{ inputs.nuget_artifact }}
retention-days: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
files: helm-releases/${{ steps.variables.outputs.name }}-${{ inputs.version }}.tgz

- name: Upload workflow artifact
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
path: helm-releases/${{ steps.variables.outputs.name }}-${{ inputs.version }}.tgz

Expand Down

0 comments on commit 9813b04

Please sign in to comment.