Skip to content

Commit

Permalink
Upgrade artifact github action version (#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaalsn authored Jan 31, 2025
1 parent ba3ba3a commit 05a25d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: ./scripts/retry.sh mvn -B -ntp test -Dtest=${{ matrix.test }} -DfailIfNoTests=false

- name: Upload jacoco artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.test }}-jacoco-artifact
path: '**/*.exec'
Expand All @@ -118,7 +118,7 @@ jobs:
mkdir artifacts
find . -type d -name "*surefire*" -exec cp --parents -R {} artifacts/ \;
zip -r ${{ matrix.test }}-artifacts.zip artifacts
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@v4
name: upload surefire-artifacts
if: failure()
with:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
run: mvn clean install -DskipTests

- name: Download jacoco artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: mqtt-broker/target

Expand Down

0 comments on commit 05a25d8

Please sign in to comment.