Skip to content

Commit a94b10c

Browse files
authored
Merge pull request #77 from bopen/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents ec0ca76 + 4b46832 commit a94b10c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- uses: actions/checkout@v5
62-
- uses: actions/download-artifact@v4
62+
- uses: actions/download-artifact@v5
6363
with:
6464
name: combined-environments
6565
path: ci
@@ -111,7 +111,7 @@ jobs:
111111

112112
steps:
113113
- uses: actions/checkout@v5
114-
- uses: actions/download-artifact@v4
114+
- uses: actions/download-artifact@v5
115115
with:
116116
name: combined-environments
117117
path: ci
@@ -229,7 +229,7 @@ jobs:
229229
id-token: write # IMPORTANT: this permission is mandatory for trusted publish
230230

231231
steps:
232-
- uses: actions/download-artifact@v4
232+
- uses: actions/download-artifact@v5
233233
with:
234234
name: distribution
235235
path: dist

0 commit comments

Comments
 (0)