Skip to content

Commit e045a73

Browse files
Merge branch 'develop' into dependabot/github_actions/actions/checkout-6
2 parents c935ee2 + f7ed331 commit e045a73

File tree

139 files changed

+5382
-1496
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+5382
-1496
lines changed

.github/workflows/deploy_beta_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "war_file=$(ls *.war | head -1)">> $GITHUB_ENV
3737

3838
- name: Upload war artifact
39-
uses: actions/upload-artifact@v5
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: built-app
4242
path: ./target/${{ env.war_file }}

.github/workflows/maven_unit_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
# Upload the built war file. For download, it will be wrapped in a ZIP by GitHub.
6464
# See also https://github.com/actions/upload-artifact#zipped-artifact-downloads
65-
- uses: actions/upload-artifact@v5
65+
- uses: actions/upload-artifact@v6
6666
with:
6767
name: dataverse-java${{ matrix.jdk }}.war
6868
path: target/dataverse*.war
@@ -72,7 +72,7 @@ jobs:
7272
- run: |
7373
tar -cvf java-builddir.tar target
7474
tar -cvf java-m2-selection.tar ~/.m2/repository/io/gdcc/dataverse-*
75-
- uses: actions/upload-artifact@v5
75+
- uses: actions/upload-artifact@v6
7676
with:
7777
name: java-artifacts
7878
path: |
@@ -124,7 +124,7 @@ jobs:
124124

125125
# Wrap up and send to coverage job
126126
- run: tar -cvf java-reportdir.tar target/site
127-
- uses: actions/upload-artifact@v5
127+
- uses: actions/upload-artifact@v6
128128
with:
129129
name: java-reportdir
130130
path: java-reportdir.tar

doc/release-notes/11387-modify-input-level-api.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/release-notes/11612-RAHistory.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

doc/release-notes/11639-db-opts-idempotency.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

doc/release-notes/11695-change-api-get-storage-driver.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

doc/release-notes/11710-get-available-dataverses-api.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/release-notes/11744-cors-echo-origin-vary.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

doc/release-notes/11752-croissant-restricted.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

doc/release-notes/11766-new-io.gdcc.dataverse-spi.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)