Skip to content

Commit

Permalink
update upload artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 committed Sep 13, 2024
1 parent ffc1191 commit c27cd56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: echo "${{ steps.idftest.outputs.result }}" | tee test-result.xml

- name: Upload if failed test results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: test-result.xml
Expand All @@ -44,7 +44,7 @@ jobs:
run: yarn package

- name: Upload .vsix File
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: esp-idf-extension.vsix
path: esp-idf-extension.vsix
2 changes: 1 addition & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: /ui-entrypoint.sh

- name: Upload screenshots
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: screenshots
Expand Down

0 comments on commit c27cd56

Please sign in to comment.