Skip to content

Commit d35b09d

Browse files
Merge pull request #811 from CPS-IT/renovate/major-github-artifact-actions
2 parents e2fbb07 + 4392b4c commit d35b09d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Upload compiled PHAR as artifact
4343
- name: Upload artifact
44-
uses: actions/upload-artifact@v5
44+
uses: actions/upload-artifact@v6
4545
with:
4646
name: phar
4747
path: |
@@ -66,7 +66,7 @@ jobs:
6666
6767
# Download PHAR
6868
- name: Download artifact
69-
uses: actions/download-artifact@v6
69+
uses: actions/download-artifact@v7
7070
with:
7171
name: phar
7272
path: .build

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
working-directory: .build/coverage
7171
run: sed -i 's#/home/runner/work/frontend-asset-handler/frontend-asset-handler#${{ github.workspace }}#g' clover.xml
7272
- name: Upload coverage artifact
73-
uses: actions/upload-artifact@v5
73+
uses: actions/upload-artifact@v6
7474
with:
7575
name: coverage
7676
path: .build/coverage/clover.xml
@@ -88,7 +88,7 @@ jobs:
8888
# Download artifact
8989
- name: Download coverage artifact
9090
id: download
91-
uses: actions/download-artifact@v6
91+
uses: actions/download-artifact@v7
9292
with:
9393
name: coverage
9494

0 commit comments

Comments
 (0)