Skip to content

Commit 0123d8f

Browse files
authored
Merge pull request #71 from TheNextLvl-net/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v7
2 parents 7ab24ac + 677bbb1 commit 0123d8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build with Gradle
1919
run: ./gradlew shadowJar
2020
- name: Upload Build Artifact
21-
uses: actions/upload-artifact@v6
21+
uses: actions/upload-artifact@v7
2222
with:
2323
name: portals
2424
path: build/libs/*.jar

0 commit comments

Comments
 (0)