Skip to content

Commit f2c827c

Browse files
authored
Merge pull request #111 from laminas/renovate/actions-upload-artifact-3.x
chore(deps): update actions/upload-artifact action to v3
2 parents 9999fdf + bed3d31 commit f2c827c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
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@v2
57+
uses: actions/upload-artifact@v3
5858
with:
5959
name: container
6060
path: /tmp/container.tar

0 commit comments

Comments
 (0)