Skip to content

Commit

Permalink
Update GitHub Action Versions (#1123)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
SebastianStehle and github-actions[bot] committed Sep 4, 2024
1 parent efd00e4 commit 7cdd551
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ jobs:

- name: Test - Upload Playwright Artifacts
if: always()
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: playwright-report
path: tools/e2e/playwright-report/
retention-days: 30

- name: Test - Upload Screenshots
if: failure()
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
path: |
tools/TestSuite/TestSuite.ApiTests/bin/Debug/net8.0/screenshots/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Test - Upload Playwright Artifacts
if: always()
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: snapshots
path: tools/e2e/snapshots/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Test - Upload Playwright Artifacts
if: always()
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: playwright-report
path: tools/e2e/playwright-report/
Expand Down

0 comments on commit 7cdd551

Please sign in to comment.