Skip to content

Commit

Permalink
Merge pull request #2241 from saltstack/renovate/github-actions-minor…
Browse files Browse the repository at this point in the history
…patch

chore: pin actions/upload-artifact action to b4b15b8
  • Loading branch information
dafyddj authored Nov 19, 2024
2 parents a602e10 + 518bee1 commit 6299255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
Write-Host ("::error title=salt-call::salt-call returned exit code: $LASTEXITCODE")
exit 1
}
- uses: actions/upload-artifact@v4.4.3
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
if: needs.gsv.outputs.salt-latest == matrix.salt-version
with:
if-no-files-found: error
Expand Down

0 comments on commit 6299255

Please sign in to comment.