Skip to content

Commit 6945e13

Browse files
dependabot[bot]textbook
authored andcommitted
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]>
1 parent ab67584 commit 6945e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
needs: test
3838
steps:
3939
- uses: actions/checkout@v3
40-
- uses: actions/download-artifact@v3
40+
- uses: actions/download-artifact@v4.1.7
4141
with:
4242
name: build-outputs
4343
path: dist/
@@ -58,7 +58,7 @@ jobs:
5858
id-token: write
5959
steps:
6060
- uses: actions/checkout@v3
61-
- uses: actions/download-artifact@v3
61+
- uses: actions/download-artifact@v4.1.7
6262
with:
6363
name: build-outputs
6464
path: dist/

0 commit comments

Comments
 (0)