Skip to content

Commit

Permalink
Update actions/upload-artifact digest to 8448086
Browse files Browse the repository at this point in the history
  • Loading branch information
valtionavustus-renovate[bot] committed Oct 8, 2024
1 parent eee9da1 commit b79abcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
PLAYWRIGHT_SHARDS_AMOUNT: ${{ matrix.total_shards }}
- name: Upload Playwright results
if: always()
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4
with:
name: playwright-blob-${{ matrix.shard }}
path: playwright-results/blob-report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pattern: playwright-blob-*
merge-multiple: true
- run: npx playwright merge-reports --reporter github,html ./all-blob-reports
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
- uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4
with:
name: playwright-html-report
path: playwright-report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lein-dependency-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Upload lein dependency check report
if: ${{ !cancelled() }}
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4
with:
name: lein_dependency_check_report
path: dependency-check/target/nvd/valtionavustus/dependency-check-report.html

0 comments on commit b79abcc

Please sign in to comment.