Skip to content

Commit

Permalink
[ci] Update upload artifacts action to v4 #1176 (#1178)
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
michaelvlach authored Aug 1, 2024
1 parent 7b81185 commit d58c1d8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agdb_api_php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
- run: composer install
- run: ./ci.sh coverage
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agdb_api_typescript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: npm ci
- run: npm run test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: coverage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/agdb_studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run test:unit
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: coverage
Expand All @@ -61,7 +61,7 @@ jobs:
- run: npx playwright install --with-deps
- run: npm run build
- run: npm run test:e2e
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: e2e
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/agdb_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- run: npm ci
- run: npx nuxt prepare
- run: npm run test:unit
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: coverage
Expand All @@ -63,7 +63,7 @@ jobs:
- run: npx playwright install --with-deps
- run: npm run build
- run: npm run test:e2e
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: e2e
Expand Down

0 comments on commit d58c1d8

Please sign in to comment.