Skip to content

Commit 6a310dd

Browse files
Merge pull request #263 from baseplate-admin/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 1fc008b + d4ee208 commit 6a310dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v4
31-
- uses: actions/download-artifact@v4
31+
- uses: actions/download-artifact@v5
3232
with:
3333
name: workspace
3434
path: .
@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- uses: actions/checkout@v4
83-
- uses: actions/download-artifact@v4
83+
- uses: actions/download-artifact@v5
8484
with:
8585
name: workspace
8686
path: .
@@ -126,7 +126,7 @@ jobs:
126126
- uses: actions/checkout@v4
127127
- name: Install Hatch
128128
run: pip install hatch
129-
- uses: actions/download-artifact@v4
129+
- uses: actions/download-artifact@v5
130130
with:
131131
name: workspace
132132
path: .

0 commit comments

Comments
 (0)