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 @@ -70,14 +70,14 @@ jobs:
7070 if : success() && matrix.os == 'ubuntu-latest'
7171 run : dotnet pack --no-restore --no-build --configuration Debug --include-symbols -p:SymbolPackageFormat=snupkg -o $GITHUB_WORKSPACE/packages
7272
73- - uses : actions/upload-artifact@v3
73+ - uses : actions/upload-artifact@v4
7474 name : ' Upload Packages'
7575 if : success() && matrix.os == 'ubuntu-latest'
7676 with :
7777 name : packages
7878 path : ${{ github.workspace }}/packages/**/*
7979
80- - uses : actions/upload-artifact@v3
80+ - uses : actions/upload-artifact@v4
8181 name : ' Upload Artifacts'
8282 if : success() && matrix.os == 'ubuntu-latest'
8383 with :
Original file line number Diff line number Diff line change 4040 branch : ${{ github.ref_name }}
4141 workflow_id : ' release.yml'
4242
43- - uses : actions/download-artifact@v3
43+ - uses : actions/download-artifact@v4
4444 name : Download build artifacts
4545 with :
4646 name : artifacts
7070 exit $exitCode
7171 fi
7272
73- - uses : actions/download-artifact@v3
73+ - uses : actions/download-artifact@v4
7474 name : Download Package Artifact
7575 if : success() && (steps.affected.outputs.should_deploy == 'true' || github.event.inputs.skip_affected || steps.last_successful_commit.outputs.commit_hash == '')
7676 with :
You can’t perform that action at this time.
0 commit comments