We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365a291 commit f6d7949Copy full SHA for f6d7949
1 file changed
.github/workflows/maven.yml
@@ -15,9 +15,9 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Set up JDK 8
20
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
21
with:
22
java-version: '8'
23
distribution: 'adopt'
@@ -26,7 +26,7 @@ jobs:
26
env:
27
USER_NAME: ${{ secrets.CRED_SERVER_USERNAME }}
28
ACCESS_TOKEN: ${{ secrets.CRED_SERVER_PASSWORD }}
29
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
30
31
name: DriveBackupV2.jar
32
path: DriveBackup/target/DriveBackupV2.jar
0 commit comments