Skip to content

Commit f3d5e32

Browse files
committed
Upgraded upload artifact version in GitHub Actions
1 parent a14eb56 commit f3d5e32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-check-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: ./gradlew :bibliography:build
4040

4141
- name: Store artifacts
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: Bibliography
4545
path: build/bibliography.*
@@ -62,7 +62,7 @@ jobs:
6262
run: ./gradlew :dna:build
6363

6464
- name: Store artifacts
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: DNA
6868
path: build/*.jar
@@ -103,7 +103,7 @@ jobs:
103103
run: ./gradlew :rDNA:build
104104

105105
- name: Store artifacts
106-
uses: actions/upload-artifact@v3
106+
uses: actions/upload-artifact@v4
107107
with:
108108
name: rDNA
109109
path: build/*.tar.gz

0 commit comments

Comments
 (0)