Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to ff15f03
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 2, 2024
1 parent db940af commit b45144a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Publish
run: dotnet publish src/Hoist --configuration Release --output artifact
- name: Upload
uses: actions/upload-artifact@9ee08a3b00e91a926cc9547dc79589c20872452f # v3
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
with:
name: ${{matrix.os}}
path: ./artifact

0 comments on commit b45144a

Please sign in to comment.