Skip to content

Commit 0a2d047

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#5)
* 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] <support@github.com> * Update rfc-check.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Sipos <brian.sipos@gmail.com>
1 parent 07bed5b commit 0a2d047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rfc-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cmake -S . -B build -DCMAKE_INSTALL_DOCDIR=$PWD/build/install
1919
cmake --build build -v
2020
cmake --install build
21-
- uses: actions/upload-artifact@v3
21+
- uses: actions/upload-artifact@v4
2222
with:
2323
name: spec
2424
path: build/install
@@ -29,7 +29,7 @@ jobs:
2929
needs: build
3030
steps:
3131
- uses: actions/checkout@v3
32-
- uses: actions/download-artifact@v3
32+
- uses: actions/download-artifact@v4.1.7
3333
with:
3434
name: spec
3535
path: build/install

0 commit comments

Comments
 (0)