Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4 (#3100)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 3f4520e commit f993d3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: npm run-script deploy --no-progress --prefix ASF-ui

- name: Upload ASF-ui
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: ASF-ui
path: ASF-ui/dist
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
}
- name: Upload ASF-${{ matrix.variant }}
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: ${{ matrix.os }}_ASF-${{ matrix.variant }}
path: out/ASF-${{ matrix.variant }}.zip
Expand Down Expand Up @@ -481,13 +481,13 @@ jobs:
)
- name: Upload SHA512SUMS
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: SHA512SUMS
path: out/SHA512SUMS

- name: Upload SHA512SUMS.sign
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: SHA512SUMS.sign
path: out/SHA512SUMS.sign
Expand Down

0 comments on commit f993d3d

Please sign in to comment.