Skip to content

Commit 4cdb93b

Browse files
committed
Upgrade artifact github action version (#1626)
1 parent 9c742b2 commit 4cdb93b

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

100100
- name: Upload jacoco artifact
101-
uses: actions/upload-artifact@v3
101+
uses: actions/upload-artifact@v4
102102
with:
103103
name: ${{ matrix.test }}-jacoco-artifact
104104
path: '**/*.exec'
@@ -111,7 +111,7 @@ jobs:
111111
mkdir artifacts
112112
find . -type d -name "*surefire*" -exec cp --parents -R {} artifacts/ \;
113113
zip -r ${{ matrix.test }}-artifacts.zip artifacts
114-
- uses: actions/upload-artifact@master
114+
- uses: actions/upload-artifact@v4
115115
name: upload surefire-artifacts
116116
if: failure()
117117
with:
@@ -142,7 +142,7 @@ jobs:
142142
run: mvn clean install -DskipTests
143143

144144
- name: Download jacoco artifact
145-
uses: actions/download-artifact@v3
145+
uses: actions/download-artifact@v4
146146
with:
147147
path: mqtt-impl/target
148148

0 commit comments

Comments
 (0)