Skip to content

Commit f6d7949

Browse files
authored
Actions dep bump
1 parent 365a291 commit f6d7949

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Set up JDK 8
20-
uses: actions/setup-java@v3
20+
uses: actions/setup-java@v4
2121
with:
2222
java-version: '8'
2323
distribution: 'adopt'
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
USER_NAME: ${{ secrets.CRED_SERVER_USERNAME }}
2828
ACCESS_TOKEN: ${{ secrets.CRED_SERVER_PASSWORD }}
29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: DriveBackupV2.jar
3232
path: DriveBackup/target/DriveBackupV2.jar

0 commit comments

Comments
 (0)