Skip to content

Commit cf0a666

Browse files
committed
ISSUE-341: update action version
1 parent 2781dd4 commit cf0a666

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/build-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
experimental: [false]
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

2121
- name: Find the version
2222
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Upload the screenshots
121121
if: always()
122-
uses: actions/upload-artifact@v3
122+
uses: actions/upload-artifact@v4
123123
with:
124124
path: "output"
125125
name: "behat output"
@@ -218,7 +218,7 @@ jobs:
218218
219219
- name: Upload the package as artifact
220220
if: always()
221-
uses: actions/upload-artifact@v3
221+
uses: actions/upload-artifact@v4
222222
with:
223223
path: "phplist-*.tgz"
224224
name: "phpList Release File"

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: Upload the Screenshots
117117
if: always()
118-
uses: actions/upload-artifact@v3
118+
uses: actions/upload-artifact@v4
119119
with:
120120
path: "output"
121121
name: "behat output ${{ matrix.php-version }}"

0 commit comments

Comments
 (0)