Skip to content

Commit

Permalink
Merge pull request #1205 from plentymarkets/ci/actions-versions
Browse files Browse the repository at this point in the history
ci: update actions versions
  • Loading branch information
ksted authored Nov 11, 2024
2 parents 7a4cedf + 8707b03 commit 8330012
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: plentymarkets/github-runner-cleanup@main

- name: Checkout github-actions repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: plentymarkets/github-actions
ref: main
Expand All @@ -101,7 +101,7 @@ jobs:
php artisan plugin:buildinterface --without-docs --target=./storage/plugin-interface
- name: Checkout plugin test suite
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "plentymarkets/plugin-test-suite"
token: ${{ secrets.PUBLIC_PAT_CICD4_PUBLIC }}
Expand All @@ -114,7 +114,7 @@ jobs:
rm .env
touch .env
- name: Checkout IO branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: pl/packages/plentymarkets/plugin-test-suite/vendor/plentymarkets/plugin-io
- name: Run plugin migrations
Expand All @@ -134,7 +134,7 @@ jobs:
fi
- name: Upload matrix status artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: job-status
Expand All @@ -150,7 +150,7 @@ jobs:
- uses: plentymarkets/github-runner-cleanup@main

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ${{ runner.temp }}

Expand Down

0 comments on commit 8330012

Please sign in to comment.