Skip to content

Commit

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

* Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

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

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

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

* Update rfc-check.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Sipos <[email protected]>
  • Loading branch information
dependabot[bot] and BrianSipos authored Sep 28, 2024
1 parent fc9f3cf commit 2405df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rfc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cmake -S . -B build -DCMAKE_INSTALL_DOCDIR=$PWD/build/install
cmake --build build -v
cmake --install build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: spec
path: build/install
Expand All @@ -44,7 +44,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: spec
path: build/install
Expand Down

0 comments on commit 2405df9

Please sign in to comment.