Skip to content

Commit 041778d

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/on_call_staging_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Fetch site artifact
11-
uses: actions/download-artifact@v4.1.8
11+
uses: actions/download-artifact@v4.2.1
1212
with:
1313
name: _site
1414
- name: extract site artifact

.github/workflows/on_push_to_master_test_and_deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
needs: staging_test
2424
steps:
2525
- name: Fetch site artifact
26-
uses: actions/download-artifact@v4.1.8
26+
uses: actions/download-artifact@v4.2.1
2727
with:
2828
name: _site
2929
- name: extract site artifact
3030
run: |
3131
tar -xzf _site.tar.gz
3232
- name: Fetch httpd conf artifact
33-
uses: actions/download-artifact@v4.1.8
33+
uses: actions/download-artifact@v4.2.1
3434
with:
3535
name: httpd.conf
3636
path: _drafts/staging/httpd.conf

0 commit comments

Comments
 (0)