Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit cf56769

Browse files
build(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb3cc87 commit cf56769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: 'Tar debug files'
107107
if: failure()
108108
run: tar cfz debug_files.tar.gz -C /tmp/pytest-of-runner .
109-
- uses: actions/upload-artifact@v3
109+
- uses: actions/upload-artifact@v4
110110
if: failure()
111111
with:
112112
name: debug-files

0 commit comments

Comments
 (0)