Skip to content

Commit

Permalink
update another GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
ToppleTheNun committed Jan 31, 2024
1 parent bf966fd commit 8760eaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3


- name: Perform Build via Gradle
run: ./gradlew build --scan

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Upload MegaLinter artifacts
- name: Archive production artifacts
if: ${{ success() }} || ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MegaLinter reports
path: |
Expand Down

0 comments on commit 8760eaa

Please sign in to comment.