Skip to content

Commit 7a12bfe

Browse files
Merge pull request #238 from CPS-IT/renovate/major-github-artifact-actions
2 parents 7089109 + 6afea4d commit 7a12bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
working-directory: .Build/coverage
8989
run: sed -i 's#/home/runner/work/mailqueue/mailqueue#${{ github.workspace }}#g' clover.xml
9090
- name: Upload coverage artifact
91-
uses: actions/upload-artifact@v6
91+
uses: actions/upload-artifact@v7
9292
with:
9393
name: coverage
9494
path: .Build/coverage/clover.xml
@@ -106,7 +106,7 @@ jobs:
106106
# Download artifact
107107
- name: Download coverage artifact
108108
id: download
109-
uses: actions/download-artifact@v7
109+
uses: actions/download-artifact@v8
110110
with:
111111
name: coverage
112112

0 commit comments

Comments
 (0)