Skip to content

Commit

Permalink
all-repos: update actions/upload-artifact to v4 (#347)
Browse files Browse the repository at this point in the history
* all-repos: update actions/upload-artifact to v4

Committed via https://github.com/asottile/all-repos

* test

---------

Co-authored-by: LucasZF <lucas-zimerman1@hotmail.com>
  • Loading branch information
joshuarli and lucas-zimerman authored Aug 21, 2024
1 parent f83ec7e commit af31049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Pack
run: yarn pack
- name: Archive artifacts
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
path: |
Expand All @@ -176,7 +176,7 @@ jobs:
uses: actions/checkout@v3

- name: Download test app artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ${{ github.sha }}
path: |
Expand Down

0 comments on commit af31049

Please sign in to comment.