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
…85)

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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Ploch <[email protected]>
  • Loading branch information
dependabot[bot] and tPl0ch authored Dec 24, 2024
1 parent 4dbdc3c commit fb16416
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
-
name: Download sources
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: source
-
Expand Down Expand Up @@ -108,15 +108,15 @@ jobs:
steps:
-
name: Download sources
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: source
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Download docker image
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: php-avro-serde-${{ matrix.php.version }}
-
Expand Down Expand Up @@ -180,15 +180,15 @@ jobs:
steps:
-
name: Download sources
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: source
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Download docker image
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: php-avro-serde-7.4
-
Expand Down

0 comments on commit fb16416

Please sign in to comment.