Skip to content

Commit

Permalink
Merge pull request #548 from skadi-cloud/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
coolya authored Mar 16, 2024
2 parents 3d3e600 + bf9ffcc commit 892845b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
GITHUB_ID: ${{ secrets.OAUTH_ID }}
COOKIE_SALT: ${{ secrets.COOKIE_SALT }}
- name: Archive test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: test-results
Expand Down

0 comments on commit 892845b

Please sign in to comment.