Skip to content

Commit b3693dc

Browse files
authored
Merge pull request #86 from ESSS/dependabot/github_actions/github-actions-8f3a61e048
Bump actions/download-artifact from 4.1.8 to 4.1.9 in the github-actions group
2 parents 65472df + b27fb76 commit b3693dc

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.8
28+
uses: actions/download-artifact@v4.1.9
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.8
42+
uses: actions/download-artifact@v4.1.9
4343
with:
4444
name: Packages
4545
path: dist

0 commit comments

Comments
 (0)