Skip to content

Commit 2aa0b5d

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d04d8ba commit 2aa0b5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
MODRINTH_TOKEN: ${{ secrets.modrinth-token }}
6060
- name: Force original path preservation
6161
run: touch .empty
62-
- uses: actions/upload-artifact@v5
62+
- uses: actions/upload-artifact@v6
6363
with:
6464
name: gradle-build
6565
path: |

.github/workflows/e2e_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
SERVER_TYPE: "${{ inputs.server }}"
2828
steps:
2929
- uses: actions/checkout@v6
30-
- uses: actions/download-artifact@v6
30+
- uses: actions/download-artifact@v7
3131
with:
3232
name: gradle-build
3333
- name: Build

.github/workflows/github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Download build artifacts
29-
uses: actions/download-artifact@v6
29+
uses: actions/download-artifact@v7
3030
with:
3131
name: gradle-build
3232
- uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)