Skip to content

Commit bc1ee30

Browse files
committed
chore: Updates workflow dependencies.
1 parent 5891238 commit bc1ee30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
tools: composer:2
5757

5858
- name: Download vendor artifact from build
59-
uses: actions/upload-artifact@v7
59+
uses: actions/upload-artifact@v6
6060
with:
6161
name: vendor-artifact
6262
path: .
@@ -81,7 +81,7 @@ jobs:
8181
tools: composer:2
8282

8383
- name: Download vendor artifact from build
84-
uses: actions/upload-artifact@v7
84+
uses: actions/upload-artifact@v6
8585
with:
8686
name: vendor-artifact
8787
path: .

0 commit comments

Comments
 (0)