Skip to content

Commit

Permalink
upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
itanka9 committed Sep 24, 2024
1 parent 8613a01 commit 11bfe02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build container and run tests
run: docker-compose up --build --exit-code-from test test
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
path: test/screenshots/standards/**/__diff_output__/*.png
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Test MapGL Ruler Plugin

on:
pull_request:
push:
branches:
- '*'
Expand All @@ -26,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build container and run tests
run: docker-compose up --build --exit-code-from test test
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
path: test/screenshots/standards/**/__diff_output__/*.png
Expand Down

0 comments on commit 11bfe02

Please sign in to comment.