Skip to content

Commit

Permalink
Use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainStone committed Sep 20, 2024
1 parent 5c5a2ce commit 61ba1f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Run all Tests
id: gradle_tests
run: ./gradlew ${{ env.GRADLE_CMD_OPTS }} -x spotlessCheck build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: ${{ env.ref }}_code-checks_${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lang_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: tail -n +1 *.lang.txt
#- name: Publish Language File Checks
# if: success() || failure()
# uses: actions/upload-artifact@v2
# uses: actions/upload-artifact@v4
# with:
# name: checkTranslations
# path: '**.lang.txt'

0 comments on commit 61ba1f2

Please sign in to comment.