Skip to content

Commit b55efa6

Browse files
authored
Merge pull request #290 from laminas/renovate/actions-download-artifact-4.x
Update actions/download-artifact and actions/upload-artifact action to v4
2 parents f45fba4 + 6ca5da6 commit b55efa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cache-to: type=gha,mode=max
5555

5656
- name: Upload container artifact
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: container
6060
path: /tmp/container.tar
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/checkout@v4
7373

7474
- name: Download container artifact
75-
uses: actions/download-artifact@v3
75+
uses: actions/download-artifact@v4
7676
with:
7777
name: container
7878
path: /tmp

0 commit comments

Comments
 (0)