Skip to content

Commit

Permalink
Merge pull request #43 from muedsa/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/actions/upload-artifact-4.5.0

build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 in /.github/workflows
  • Loading branch information
muedsa authored Dec 19, 2024
2 parents c78529d + 0893456 commit a53366e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Test with Gradle
run: ./gradlew jar
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: jars
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: ./gradlew test
- name: Upload a Build Artifact
if: always()
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: test-results
path: |
Expand Down

0 comments on commit a53366e

Please sign in to comment.