Skip to content

Commit 05a25d8

Browse files
authored
Upgrade artifact github action version (#1626)
1 parent ba3ba3a commit 05a25d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: ./scripts/retry.sh mvn -B -ntp test -Dtest=${{ matrix.test }} -DfailIfNoTests=false
106106

107107
- name: Upload jacoco artifact
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: ${{ matrix.test }}-jacoco-artifact
111111
path: '**/*.exec'
@@ -118,7 +118,7 @@ jobs:
118118
mkdir artifacts
119119
find . -type d -name "*surefire*" -exec cp --parents -R {} artifacts/ \;
120120
zip -r ${{ matrix.test }}-artifacts.zip artifacts
121-
- uses: actions/upload-artifact@master
121+
- uses: actions/upload-artifact@v4
122122
name: upload surefire-artifacts
123123
if: failure()
124124
with:
@@ -149,7 +149,7 @@ jobs:
149149
run: mvn clean install -DskipTests
150150

151151
- name: Download jacoco artifact
152-
uses: actions/download-artifact@v3
152+
uses: actions/download-artifact@v4
153153
with:
154154
path: mqtt-broker/target
155155

0 commit comments

Comments
 (0)