Skip to content

Commit

Permalink
build(dependencies): bump actions/download-artifact from 4.1.7 to 4.1…
Browse files Browse the repository at this point in the history
….8 in the github-actions group (#56)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MLenterman <marcellenterman@hotmail.com>
  • Loading branch information
dependabot[bot] and MLenterman committed Jul 15, 2024
1 parent a96a03e commit c438dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ jobs:
token: ${{ secrets.GH_TOKEN }}

- name: "Download Pre-build Artifacts"
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e #4.1.7
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 #4.1.8
with:
pattern: pre-build-*
merge-multiple: true

- name: "Download Build Artifacts"
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e #4.1.7
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 #4.1.8
with:
pattern: build-*
merge-multiple: true
Expand Down

0 comments on commit c438dbf

Please sign in to comment.