Update actions/upload-artifact action to v4

This commit is contained in:
renovate[bot] 2024-06-23 13:11:34 +00:00 committed by Nick Groenen
parent 7cbf1e5a84
commit a89da43af4

View File

@ -178,7 +178,7 @@ jobs:
version: "0.22.0" version: "0.22.0"
args: "--ignore-tests" args: "--ignore-tests"
out-type: "Html" out-type: "Html"
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
with: with:
name: tarpaulin-report name: tarpaulin-report
path: tarpaulin-report.html path: tarpaulin-report.html