Skip to content

Commit 93e296c

Browse files
[TASK] Update GitHub artifact actions
| datasource | package | from | to | | ----------- | ------------------------- | ---- | -- | | github-tags | actions/download-artifact | v7 | v8 | | github-tags | actions/upload-artifact | v6 | v7 |
1 parent f76fbbc commit 93e296c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
working-directory: .Build/coverage
9393
run: sed -i 's#/home/runner/work/personio-jobs/personio-jobs#${{ github.workspace }}#g' clover.xml
9494
- name: Upload coverage artifact
95-
uses: actions/upload-artifact@v6
95+
uses: actions/upload-artifact@v7
9696
with:
9797
name: coverage
9898
path: .Build/coverage/clover.xml
@@ -110,7 +110,7 @@ jobs:
110110
# Download artifact
111111
- name: Download coverage artifact
112112
id: download
113-
uses: actions/download-artifact@v7
113+
uses: actions/download-artifact@v8
114114
with:
115115
name: coverage
116116

0 commit comments

Comments
 (0)