Skip to content

Commit 6ff8c06

Browse files
authored
Merge pull request #397 from espressif/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 4 to 6 (CII-60)
2 parents 2bbcb5e + c4be4f8 commit 6ff8c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: failure()
6666
run: |
6767
zip -r logs.zip /tmp/pytest-embedded
68-
- uses: actions/upload-artifact@v4
68+
- uses: actions/upload-artifact@v6
6969
if: failure()
7070
with:
7171
name: logs-${{ matrix.python-version }}

0 commit comments

Comments
 (0)