Skip to content

Commit 745ce37

Browse files
committed
Upgrade artifact github action version (#1626)
1 parent 2e97abb commit 745ce37

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
@@ -100,7 +100,7 @@ jobs:
100100
run: ./scripts/retry.sh mvn -B -ntp test -Dtest=${{ matrix.test }} -DfailIfNoTests=false
101101

102102
- name: Upload jacoco artifact
103-
uses: actions/upload-artifact@v3
103+
uses: actions/upload-artifact@v4
104104
with:
105105
name: ${{ matrix.test }}-jacoco-artifact
106106
path: '**/*.exec'
@@ -113,7 +113,7 @@ jobs:
113113
mkdir artifacts
114114
find . -type d -name "*surefire*" -exec cp --parents -R {} artifacts/ \;
115115
zip -r ${{ matrix.test }}-artifacts.zip artifacts
116-
- uses: actions/upload-artifact@master
116+
- uses: actions/upload-artifact@v4
117117
name: upload surefire-artifacts
118118
if: failure()
119119
with:
@@ -144,7 +144,7 @@ jobs:
144144
run: mvn clean install -DskipTests
145145

146146
- name: Download jacoco artifact
147-
uses: actions/download-artifact@v3
147+
uses: actions/download-artifact@v4
148148
with:
149149
path: mqtt-broker/target
150150

0 commit comments

Comments
 (0)