Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4 in /.github/workflows (#495)
Browse files Browse the repository at this point in the history
* Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

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] <support@github.com>

* all up/download-artifact to v4

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ed J <mohawk2@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mohawk2 authored Sep 4, 2024
1 parent a0696fe commit 163e938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/downstream-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: .github/devops
- run: make -C .github/devops/docker -f Makefile.docker docker.pdl PATH_TO_PDL=$(pwd)
- run: docker save pdl:latest --output pdl-latest.tar
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: pdl-latest-image
path: pdl-latest.tar
Expand All @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix: ${{ fromJSON(needs.build-docker.outputs.project-matrix) }}
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: pdl-latest-image
path: .
Expand Down

0 comments on commit 163e938

Please sign in to comment.