There was an error while loading. Please reload this page.
2 parents 998d818 + 5247ffc commit eea4009Copy full SHA for eea4009
1 file changed
.github/workflows/tests.yaml
@@ -92,7 +92,7 @@ jobs:
92
working-directory: .Build/coverage
93
run: sed -i 's#/home/runner/work/personio-jobs/personio-jobs#${{ github.workspace }}#g' clover.xml
94
- name: Upload coverage artifact
95
- uses: actions/upload-artifact@v7
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
96
with:
97
name: coverage
98
path: .Build/coverage/clover.xml
@@ -110,7 +110,7 @@ jobs:
110
# Download artifact
111
- name: Download coverage artifact
112
id: download
113
- uses: actions/download-artifact@v8
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
114
115
116
0 commit comments