Skip to content

Commit

Permalink
Update actions/upload-artifact digest to 604373d
Browse files Browse the repository at this point in the history
  • Loading branch information
projectorigin-renovate[bot] authored Oct 8, 2024
1 parent fae8cab commit f663ead
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
with:
path: helm-releases/${{ steps.variables.outputs.name }}-${{ inputs.version }}.tgz

Expand Down

0 comments on commit f663ead

Please sign in to comment.