Skip to content

Commit

Permalink
Update actions/upload-artifact digest to 834a144 (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent cb6845e commit 366edd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
NODE_ENV: test

- name: Upload frontend build
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
with:
name: frontend-build
path: frontends/mit-learn/build
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:

- name: Upload artifact
if: always()
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
with:
name: playwright-report
path: e2e_testing/playwright-report

0 comments on commit 366edd4

Please sign in to comment.