Skip to content

Commit

Permalink
chore(deps): update artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent 3e8b6d5 commit 37fbfc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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/[email protected].0
- uses: actions/[email protected].1
with:
name: frontend
path: frontend/dist
Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:
contents: read
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].1
- uses: actions/[email protected].2
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/[email protected].0
- uses: actions/[email protected].1
with:
name: Lighthouse reports
path: ${{ env.ARTIFACT_PATH }}
Expand Down

0 comments on commit 37fbfc6

Please sign in to comment.