Skip to content

Commit f3005b8

Browse files
chore(deps): pin actions/upload-artifact action to 5076954 (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e1e7c7 commit f3005b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecoverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: composer install --optimize-autoloader --prefer-dist
2828
- run: ./vendor/bin/pest --coverage --coverage-html coverage.html
2929
- name: Archive code coverage results
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
3131
with:
3232
name: code-coverage-report-${{ matrix.php-versions }}
3333
path: ./coverage.html

0 commit comments

Comments
 (0)