Skip to content

Commit

Permalink
Merge pull request #260 from AI-SDC/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
jim-smith committed Feb 29, 2024
2 parents 856c431 + 8d16a8c commit ad84de3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:
with:
start: just run
wait-on: "http://localhost:8000/"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
if-no-files-found: ignore
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-videos
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
run: cp ${{ matrix.build_path }} .
- name: Upload build
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: SACRO-latest-${{ matrix.build_name }}-build
path: |
Expand Down

0 comments on commit ad84de3

Please sign in to comment.