Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mgermerie committed Sep 12, 2024
1 parent afcb250 commit 8e872be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Prepare archive for deploying
- name: Archive production artifacts
if: ${{ success() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-itowns
path: |
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

# Download artifact from build
- name: Download itowns bundle
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist-itowns

Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:

# Download artifact from build
- name: Download itowns bundle
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist-itowns

Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
# Download artifact from build
- name: Download itowns bundle
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist-itowns

Expand Down

0 comments on commit 8e872be

Please sign in to comment.