Skip to content

Commit

Permalink
bump some github action version
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleorselli committed Feb 8, 2025
1 parent 31ad9be commit 1eea832
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/architectural-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: PHPArkitect
uses: docker://phparkitect/arkitect-github-actions:latest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
run: mv ./phparkitect.phar phparkitect-${{ github.sha }}.phar

- name: "Upload phar file artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: phar-artifact
path: ./phparkitect-${{ github.sha }}.phar
Expand All @@ -107,7 +107,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}

- name: "Download phar ./phparkitect-${{ github.sha }}.phar"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
# will download phar in project root
name: phar-artifact
Expand All @@ -121,7 +121,7 @@ jobs:
if: github.event_name == 'release'
steps:
- name: "Download phar ./phparkitect-${{ github.sha }}.phar"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
# will download phar in project root
name: phar-artifact
Expand Down
Binary file modified composer.phar
Binary file not shown.

0 comments on commit 1eea832

Please sign in to comment.