Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 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 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...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 Sep 3, 2024
1 parent 87bd180 commit f913fc3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
export HUMHUB_VERSION
echo "HUMHUB_VERSION=$HUMHUB_VERSION" >> "$GITHUB_ENV"
- name: Download image archive
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-${{ matrix.version }}
- name: Build and push docker image
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
export HUMHUB_VERSION
echo "HUMHUB_VERSION=$HUMHUB_VERSION" >> "$GITHUB_ENV"
- name: Download image archive
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-${{ matrix.version }}-allinone
- name: Load images
Expand Down Expand Up @@ -122,11 +122,11 @@ jobs:
export HUMHUB_VERSION
echo "HUMHUB_VERSION=$HUMHUB_VERSION" >> "$GITHUB_ENV"
- name: Download image archive (phponly)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-${{ matrix.version }}-phponly
- name: Download image archive (nginx)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-${{ matrix.version }}-nginx
- name: Load images
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
export HUMHUB_VERSION
echo "HUMHUB_VERSION=$HUMHUB_VERSION" >> "$GITHUB_ENV"
- name: Download image archive
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-${{ matrix.version }}-${{ matrix.target }}
- name: Load, retag and Push images
Expand Down

0 comments on commit f913fc3

Please sign in to comment.