Update actions/upload-artifact action to v4 (#2317)

Generated by renovateBot

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-01-28 15:28:46 -08:00
committed by GitHub
parent ea2fa30cf8
commit 5f3bd7cf59

View File

@@ -71,7 +71,7 @@ jobs:
# Upload the original go test log as an artifact for later review.
- name: Upload test log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test-log