Skip to content

Commit 531d88d

Browse files
authored
Merge pull request #30 from espressif/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 4 to 6 (RDT-1584)
2 parents 999beca + 2a651b3 commit 531d88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-esp-bool-parser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pip install flit
2727
flit build
2828
- name: Upload built python packages
29-
uses: actions/upload-artifact@v4
29+
uses: actions/upload-artifact@v6
3030
with:
3131
name: wheel
3232
path: dist/esp_bool_parser-*.whl

0 commit comments

Comments
 (0)