Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 4687d96 commit 6bab5a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compatability-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew --no-daemon :compatibility-suite:v1
- name: Archive cucumber results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cucumber-report
path: compatibility-suite/build/cucumber-report-v1.html
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew --no-daemon :compatibility-suite:v2
- name: Archive cucumber results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cucumber-report
path: compatibility-suite/build/cucumber-report-v2.html
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew --no-daemon :compatibility-suite:v3
- name: Archive cucumber results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cucumber-report
path: compatibility-suite/build/cucumber-report-v3.html
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew --no-daemon :compatibility-suite:v4
- name: Archive cucumber results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cucumber-report
path: compatibility-suite/build/cucumber-report-v4.html
Expand Down

0 comments on commit 6bab5a4

Please sign in to comment.