Skip to content

Commit

Permalink
Bump versions of artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson authored and niden committed May 17, 2024
1 parent 4f24acc commit 5cc8649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pack-phalcon-ext/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
& 7z a "${{ inputs.target-name }}.zip" *
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.target-name }}.zip
path: ./build-artifacts/phalcon*.zip
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Download Phalcon Pecl Package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: phalcon-pecl
path: ./phalcon-pecl
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Download Phalcon Pecl Package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: phalcon-pecl
path: ./phalcon-pecl
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:

- name: Download Phalcon build artifacts
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ./build-artifacts

Expand Down

0 comments on commit 5cc8649

Please sign in to comment.