3939 runs-on: ubuntu-latest
4040 steps:
4141 - name: Send repo to Dataverse
42- uses: IQSS/dataverse-uploader@v1.4
42+ uses: IQSS/dataverse-uploader@v1.6
4343 with:
4444 DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
4545 DATAVERSE_SERVER: https://demo.dataverse.org
@@ -52,7 +52,7 @@ you should add the `GITHUB_DIR` argument in your workflow, as follows:
5252```
5353steps:
5454 - name: Send repo to Dataverse
55- uses: IQSS/dataverse-uploader@v1.4
55+ uses: IQSS/dataverse-uploader@v1.6
5656 with:
5757 DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
5858 DATAVERSE_SERVER: https://demo.dataverse.org
@@ -65,7 +65,7 @@ You can upload multiple subdirectories by listing them as `GITHUB_DIR` like `GIT
6565```
6666steps:
6767 - name: Send repo to Dataverse
68- uses: IQSS/dataverse-uploader@v1.4
68+ uses: IQSS/dataverse-uploader@v1.6
6969 with:
7070 DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
7171 DATAVERSE_SERVER: https://demo.dataverse.org
@@ -83,7 +83,7 @@ set the `DELETE` argument to `False` like:
8383```
8484steps:
8585 - name: Send repo to Dataverse
86- uses: IQSS/dataverse-uploader@v1.4
86+ uses: IQSS/dataverse-uploader@v1.6
8787 with:
8888 DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
8989 DATAVERSE_SERVER: https://demo.dataverse.org
@@ -99,7 +99,7 @@ set the `PUBLISH` argument to `True`.
9999```
100100steps:
101101 - name: Send repo to Dataverse
102- uses: IQSS/dataverse-uploader@v1.4
102+ uses: IQSS/dataverse-uploader@v1.6
103103 with:
104104 DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
105105 DATAVERSE_SERVER: https://demo.dataverse.org
0 commit comments