Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.2.0 (#3926)
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 Jan 20, 2024
1 parent 9585e2f commit 6e0a5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cache-dependency-path: frontend/package-lock.json
- name: Build
run: bash "${GITHUB_WORKSPACE}/scripts/release/build_frontend/build.sh"
- uses: actions/upload-artifact@v4.1.0
- uses: actions/upload-artifact@v4.2.0
with:
name: frontend
path: frontend/dist
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
gitHubAccessToken: ${{ secrets.GITHUB_TOKEN }}
urls: ${{ env.URLS }}
outputDirectory: ${{ env.ARTIFACT_PATH }}
- uses: actions/upload-artifact@v4.1.0
- uses: actions/upload-artifact@v4.2.0
with:
name: Lighthouse reports
path: ${{ env.ARTIFACT_PATH }}
Expand Down

0 comments on commit 6e0a5c1

Please sign in to comment.