Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 5a38f9e commit fe881d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
run: ./gradlew build
- name: Upload build data
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
retention-days: 1
path: |
btrace-dist/build
- name: Archive test reports
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-reports
path: |
Expand Down Expand Up @@ -74,13 +74,13 @@ jobs:
./gradlew -Pintegration :integration-tests:test
- name: Integration test reports
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: integration-test-reports
path: |
integration-tests/build/reports/**/*
- name: Archive binary artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if: success()
name: btrace-dist
Expand Down

0 comments on commit fe881d5

Please sign in to comment.