Skip to content

Commit 76b7848

Browse files
authored
Merge pull request #87 from ESSS/dependabot/github_actions/github-actions-df023fe863
Bump actions/download-artifact from 4.1.9 to 4.2.1 in the github-actions group
2 parents b3693dc + 9daf6a9 commit 76b7848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

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

2626
steps:
2727
- name: Download Package
28-
uses: actions/download-artifact@v4.1.9
28+
uses: actions/download-artifact@v4.2.1
2929
with:
3030
name: Packages
3131
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040

4141
- name: Download Package
42-
uses: actions/download-artifact@v4.1.9
42+
uses: actions/download-artifact@v4.2.1
4343
with:
4444
name: Packages
4545
path: dist

0 commit comments

Comments
 (0)