Skip to content

Commit

Permalink
build: Bump actions/download-artifact from 4.1.2 to 4.1.3 (#760)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent b7eb681 commit 5e0898a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
needs: [build, tagversion]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe #v4
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 #v4
with:
name: ${{ inputs.package }}-${{ needs.tagversion.outputs.new_tag }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- 'Philips.CodeAnalysis.${{ matrix.package }}/**'
- name: Download artifact
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe #v4
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 #v4
with:
name: Philips.CodeAnalysis.${{ matrix.package }}-${{ inputs.new_tag }}

Expand Down

0 comments on commit 5e0898a

Please sign in to comment.