Skip to content

Commit e76ef70

Browse files
Bump actions/upload-artifact from 4 to 7 (#10)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5892a46 commit e76ef70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: mkdir staging && cp build/libs/ModMail.jar staging && mv staging/ModMail.jar staging/ModMail_$GITHUB_SHA.jar
3838
- name: Upload jar to Actions
3939
if: ${{ github.event_name != 'release' }}
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v7
4141
with:
4242
name: ModMail_Dev-Build
4343
path: staging/ModMail_*.jar

0 commit comments

Comments
 (0)