Skip to content

Commit

Permalink
v3 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
yajrendrag committed Oct 22, 2024
1 parent 606e3f1 commit 3b55b60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/plugin-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- '**'
- 'pr-**'
- '!template'
pull_request:
branches:
Expand All @@ -20,7 +21,7 @@ jobs:
steps:
# Checkout
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -134,7 +135,7 @@ jobs:
run: echo 'true' > success_file.txt
- name: Upload success file
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: success_file
path: success_file.txt
Expand Down

0 comments on commit 3b55b60

Please sign in to comment.