Skip to content

Commit 00a8bc2

Browse files
1 parent cc8a09a commit 00a8bc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88

99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: Set up JDK 11
13-
uses: actions/setup-java@v3
13+
uses: actions/setup-java@v4
1414
with:
1515
java-version: '11'
1616
distribution: 'adopt'
@@ -21,7 +21,7 @@ jobs:
2121
- name: Gather artifacts
2222
run: mkdir staging && cp target/JavaForensicsToolkit*.jar staging
2323
- name: Upload artifacts
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: Package
2727
path: staging

0 commit comments

Comments
 (0)