Skip to content

Commit

Permalink
actions: upgrade 3rd-party actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Nov 23, 2024
1 parent dbb4dc2 commit 13e71e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
dependency-graph-exclude-configurations: '.*[Tt]est(Compile|Runtime)Classpath'

- name: Also upload the raw dependency graph as an artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gradle-dependency-graph-file
path: ${{ steps.dependency-submission.outputs.dependency-graph-file }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: ./gradlew --continue build

- name: Upload Test Report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always() # always run even if the previous step fails
with:
name: junit-test-results
Expand Down

0 comments on commit 13e71e1

Please sign in to comment.