build(deps): downgrade GHA actions/upload-artifact (#3529)

There was a breaking change in the action and that is causing
various workflows to fail.

https://github.com/actions/toolkit/tree/main/packages/artifact#breaking-changes

Partially reverts commit 276f302d2c
"build(deps): bump the github-actions group with 3 updates (#3525)"
This commit is contained in:
Julio Lopez
2023-12-19 13:34:15 -08:00
committed by GitHub
parent 276f302d2c
commit 725b8e935a
8 changed files with 9 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ jobs:
with:
files: coverage.txt
- name: Upload Logs
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: logs
path: .logs/**/*.log