We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fa452 commit 5981bfcCopy full SHA for 5981bfc
2 files changed
.github/workflows/prerelease.yml
@@ -22,7 +22,7 @@ jobs:
22
needs: [build, tagversion]
23
runs-on: ubuntu-latest
24
steps:
25
- - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v5
+ - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v5
26
with:
27
name: ${{ inputs.package }}-${{ needs.tagversion.outputs.new_tag }}
28
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
- 'Philips.CodeAnalysis.${{ matrix.package }}/**'
29
30
- name: Download artifact
31
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v5
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v5
32
33
name: Philips.CodeAnalysis.${{ matrix.package }}-${{ inputs.new_tag }}
34
0 commit comments