Skip to content

Commit 921d020

Browse files
Bump actions/download-artifact from 4.1.8 to 4.1.9
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.1.9) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f96eafb commit 921d020

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ jobs:
395395

396396
# Download artifacts from previous build process
397397
- name: Download artifacts
398-
uses: actions/download-artifact@v4.1.8
398+
uses: actions/download-artifact@v4.1.9
399399
with:
400400
path: artifacts
401401
pattern: release-artifact-*

.github/workflows/upload-to-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
with:
149149
submodules: false
150150
- name: Download artifacts
151-
uses: actions/download-artifact@v4.1.8
151+
uses: actions/download-artifact@v4.1.9
152152
with:
153153
path: repo
154154
pattern: release-artifact-*

0 commit comments

Comments
 (0)