Skip to content

Commit 6bacd1f

Browse files
chore(deps): update github artifact actions (#865)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alf Drollinger <40421928+adrolli@users.noreply.github.com>
1 parent 82fc568 commit 6bacd1f

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/pest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
touch database/database.sqlite
2929
3030
- name: Upload Build Artifact
31-
uses: actions/upload-artifact@v6
31+
uses: actions/upload-artifact@v7
3232
with:
3333
name: app-artifact
3434
path: app-artifact.tar.gz
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v6
6363

6464
- name: Download App Artifact
65-
uses: actions/download-artifact@v7
65+
uses: actions/download-artifact@v8
6666
with:
6767
name: app-artifact
6868
path: .
@@ -94,7 +94,7 @@ jobs:
9494
DB_HOST: 127.0.0.1
9595

9696
- name: Upload Clover
97-
uses: actions/upload-artifact@v6
97+
uses: actions/upload-artifact@v7
9898
with:
9999
name: clover-report-${{ matrix.php }}
100100
path: clover.xml
@@ -105,7 +105,7 @@ jobs:
105105
runs-on: ubuntu-latest
106106
steps:
107107
- name: Download Coverage Report
108-
uses: actions/download-artifact@v7
108+
uses: actions/download-artifact@v8
109109
with:
110110
name: clover-report-8.4
111111

@@ -121,7 +121,7 @@ jobs:
121121
runs-on: ubuntu-latest
122122
steps:
123123
- name: Download Coverage Report
124-
uses: actions/download-artifact@v7
124+
uses: actions/download-artifact@v8
125125
with:
126126
name: clover-report-8.4
127127

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
touch database/database.sqlite
2929
3030
- name: Upload Build Artifact
31-
uses: actions/upload-artifact@v6
31+
uses: actions/upload-artifact@v7
3232
with:
3333
name: app-artifact
3434
path: app-artifact.tar.gz
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v6
4242

4343
- name: Download App Artifact
44-
uses: actions/download-artifact@v7
44+
uses: actions/download-artifact@v8
4545
with:
4646
name: app-artifact
4747
path: .

0 commit comments

Comments
 (0)