Skip to content

Commit

Permalink
updated github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfoolong committed Sep 4, 2024
1 parent 3cab85e commit 83de7cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout framelix repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Create .env file
run: cp dev-scripts/.env_git_tests dev-scripts/.env
Expand All @@ -36,7 +36,7 @@ jobs:

- name: Upload userdata after playwright tests to GitHub
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: userdata-after-playwright
path: ./userdata
Expand All @@ -47,14 +47,14 @@ jobs:

- name: Upload userdata after phpunit tests to GitHub
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: userdata-after-phpunit
path: ./userdata
retention-days: 5

- name: Create Playwright Badge
uses: schneegans/dynamic-badges-action@v1.6.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: 91cdcb4629cfb14f8c00ab5ea4e485ec
Expand All @@ -64,7 +64,7 @@ jobs:
color: ${{ env.COLOR }}

- name: Create PHP Coverage Badge
uses: schneegans/dynamic-badges-action@v1.6.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: 2e4ba189fbb1a23bff14e73cb893bc3e
Expand All @@ -81,7 +81,7 @@ jobs:

- name: Upload docker logs to GitHub
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docker-logs
path: ./logs
Expand Down

0 comments on commit 83de7cd

Please sign in to comment.