Skip to content

Commit

Permalink
update action version (#1067)
Browse files Browse the repository at this point in the history
Co-authored-by: Tatevik <[email protected]>
  • Loading branch information
TatevikGr and tatevikg1 authored Jan 26, 2025
1 parent 311d29c commit a1405cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
experimental: [false]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Find the version
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Upload the screenshots
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: "output"
name: "behat output"
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
- name: Upload the package as artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: "phplist-*.tgz"
name: "phpList Release File"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Upload the Screenshots
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: "output"
name: "behat output ${{ matrix.php-version }}"
Expand Down

0 comments on commit a1405cc

Please sign in to comment.