Skip to content

Commit

Permalink
build(deps): Bump actions/download-artifact from 1 to 4.1.7 in /.gith…
Browse files Browse the repository at this point in the history
…ub/workflows (#1070)

* build(deps): Bump actions/download-artifact in /.github/workflows

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v1...v4.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Unify up- and download.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Simons <[email protected]>
  • Loading branch information
dependabot[bot] and michael-simons authored Sep 6, 2024
1 parent 06736a8 commit ee0032f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
-pl !org.neo4j:neo4j-cypher-dsl-examples-parser
-pl !org.neo4j:neo4j-cypher-dsl-examples-sdn6
- name: Archive artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: artifacts
path: target/repository
Expand All @@ -75,7 +75,7 @@ jobs:
run: echo "REVISION=${{ needs.build.outputs.revision }}" >> $GITHUB_ENV
- uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: artifacts
path: repository
Expand All @@ -98,7 +98,7 @@ jobs:
run: echo "REVISION=${{ needs.build.outputs.revision }}" >> $GITHUB_ENV
- uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: artifacts
path: repository
Expand Down

0 comments on commit ee0032f

Please sign in to comment.