Skip to content

Commit

Permalink
👷 Bump actions/download-artifact to 4.1.7 in /.github/workflows (#31)
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 Sep 4, 2024
1 parent 484c739 commit 98efec0
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 @@ -38,7 +38,7 @@ jobs:
env:
VERSION: ${{ needs.package-version.outputs.packageVersion }}
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: mediateur-package
- name: Unpack artifact
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
env:
VERSION: ${{ needs.package-version.outputs.packageVersion }}
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: mediateur-package
- name: Unpack artifact
Expand Down

0 comments on commit 98efec0

Please sign in to comment.