Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4.1.7 (#1011)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 29, 2024
1 parent 339dd00 commit e86ef43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
repository: fbarresi/wix
path: wix
- name: Download JAR
uses: actions/download-artifact@v4.1.5
uses: actions/download-artifact@v4.1.7
with:
name: JAR
path: build/libs
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
echo "DEPLOYMENT_ENV_URL=https://web.edumips.org" >> $GITHUB_ENV
# Download web application built in 'build-web'
- uses: actions/download-artifact@v4.1.5
- uses: actions/download-artifact@v4.1.7
name: Download web application artifacts
with:
name: web
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
runs-on: ubuntu-latest
needs: build-snap
steps:
- uses: actions/download-artifact@v4.1.5
- uses: actions/download-artifact@v4.1.7
name: Download snap package
with:
name: snap
Expand Down

0 comments on commit e86ef43

Please sign in to comment.