File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
24
24
with :
25
25
dotnet-version : 8.0.x
26
26
- name : Download tool artifact
27
- uses : actions/download -artifact@v3
27
+ uses : actions/upload -artifact@v4
28
28
with :
29
29
name : configurationmigrationtool
30
30
path : ' ${{ github.workspace }}/configurationmigrationtool'
31
31
- name : Download data artifact
32
- uses : actions/download -artifact@v3
32
+ uses : actions/upload -artifact@v4
33
33
with :
34
34
name : data
35
35
path : ' ${{ github.workspace }}/data'
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
39
39
run : dotnet publish ${{ env.solutionFolder }}/Dataverse.ConfigurationMigrationTool.Console/Dataverse.ConfigurationMigrationTool.Console.csproj -c Release -o ${{env.toolpublishlocation}}
40
40
- name : Upload tool artifact
41
41
if : ${{ (github.ref == 'refs/heads/main' || contains(github.ref, 'release')) && github.event_name != 'pull_request' }}
42
- uses : actions/upload-artifact@v3
42
+ uses : actions/upload-artifact@v4
43
43
with :
44
44
name : configurationmigrationtool
45
45
path : ${{env.toolpublishlocation}}
46
46
- name : Upload data artifact
47
47
if : ${{ (github.ref == 'refs/heads/main' || contains(github.ref, 'release')) && github.event_name != 'pull_request' }}
48
- uses : actions/upload-artifact@v3
48
+ uses : actions/upload-artifact@v4
49
49
with :
50
50
name : data
51
51
path : ${{env.datapublishlocation}}
You can’t perform that action at this time.
0 commit comments