Skip to content

Commit

Permalink
ci: update upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Sep 11, 2024
1 parent 9b7d49f commit b53aa6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Upload check results
if: steps.check_files.outputs.files_exists == 'true'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: qa
path: out/
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Upload check results
if: steps.check_files.outputs.files_exists == 'true'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: qa
path: out/
Expand Down

0 comments on commit b53aa6b

Please sign in to comment.