Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4 in /.github/workflows (#17)
Browse files Browse the repository at this point in the history
* Bump actions/download-artifact from 2 to 4 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] <[email protected]>

* Update main.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maxime Schoemans <[email protected]>
  • Loading branch information
dependabot[bot] and mschoema committed Sep 4, 2024
1 parent ec61533 commit 68e0b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# download the doc files, most of which are generated above
- name: Download output directory
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: doc-files
path: docs
Expand All @@ -70,4 +70,4 @@ jobs:
"docs/mobilitydb-berlinmod.pdf",
"docs/mobilitydb-berlinmod.epub",
"docs/html/docbook.css", "docs/html/images/*",
"docs/html/*.html"]'
"docs/html/*.html"]'

0 comments on commit 68e0b45

Please sign in to comment.