Skip to content

Commit

Permalink
Correct artifact output (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc authored Sep 18, 2024
1 parent d273801 commit 5d55ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Upload Playwright Test report
id: upload-galata-artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: jupytercad-playwright-tests
path: |
Expand All @@ -191,7 +191,7 @@ jobs:
uses: trungleduc/appsharingspace-pr-comment/.github/actions/save-artifact-link@v2
with:
output_name: galata-apss
artifact_link: 'https://github.com/${{ github.repository }}/actions/runs/${{github.run_id}}/artifacts/${{ steps.upload-galata-artifact.outputs.artifact_id }}'
artifact_link: 'https://github.com/${{ github.repository }}/actions/runs/${{github.run_id}}/artifacts/${{ steps.upload-galata-artifact.outputs.artifact-id }}'

check_links:
name: Check Links
Expand Down

0 comments on commit 5d55ebf

Please sign in to comment.