mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2026-06-10 00:56:53 +00:00
Bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
4
.github/workflows/test-hosted-runners.yml
vendored
4
.github/workflows/test-hosted-runners.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
path: artifact
|
||||
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: pages-artifact-${{ matrix.os }}
|
||||
path: artifact2
|
||||
@@ -80,7 +80,7 @@ jobs:
|
||||
include-hidden-files: true
|
||||
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: pages-artifact-hidden-${{ matrix.os }}
|
||||
path: artifact2
|
||||
|
||||
Reference in New Issue
Block a user