Skip to content

Commit 5981bfc

Browse files
chore: Bump actions/download-artifact from 6.0.0 to 8.0.1 (#1062)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83fa452 commit 5981bfc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
needs: [build, tagversion]
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v5
25+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v5
2626
with:
2727
name: ${{ inputs.package }}-${{ needs.tagversion.outputs.new_tag }}
2828

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- 'Philips.CodeAnalysis.${{ matrix.package }}/**'
2929
3030
- name: Download artifact
31-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v5
31+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v5
3232
with:
3333
name: Philips.CodeAnalysis.${{ matrix.package }}-${{ inputs.new_tag }}
3434

0 commit comments

Comments
 (0)