Skip to content

Commit

Permalink
e2e: bump actions
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Sep 20, 2024
1 parent a368fca commit 5e53278
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
make build-js-production
zip -r vue.zip js/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: vue.zip
path: vue.zip
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
with:
node-version: 20.x

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: vue.zip

Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
run: |
./apps/memories/scripts/ci-test.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: report-mysql-${{ matrix.php-versions }}-${{ matrix.server-versions }}
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
with:
node-version: 20.x

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: vue.zip

Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
run: |
./apps/memories/scripts/ci-test.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: report-pgsql-${{ matrix.php-versions }}-${{ matrix.server-versions }}
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
with:
node-version: 20.x

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: vue.zip

Expand All @@ -252,7 +252,7 @@ jobs:
run: |
./apps/memories/scripts/ci-test.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: report-sqlite-${{ matrix.php-versions }}-${{ matrix.server-versions }}
Expand Down

0 comments on commit 5e53278

Please sign in to comment.