File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 - name : Archive Package Artifacts
116116 id : archive
117117 if : success() || failure()
118- uses : actions/upload-artifact@v5
118+ uses : actions/upload-artifact@v6
119119 with :
120120 name : CmdFX-${{ runner.os }}-${{ runner.arch }}-${{ github.sha }}
121121 path : |
@@ -145,7 +145,7 @@ jobs:
145145 shell : bash
146146 - name : Archive Test Reports
147147 if : success() || failure()
148- uses : actions/upload-artifact@v5
148+ uses : actions/upload-artifact@v6
149149 with :
150150 name : CmdFX-${{ runner.os }}-${{ runner.arch }}-${{ github.sha }}-test
151151 path : build/Testing/*
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 - name : Archive Package Artifacts
115115 id : archive
116116 if : success() || failure()
117- uses : actions/upload-artifact@v5
117+ uses : actions/upload-artifact@v6
118118 with :
119119 name : CmdFX-Release-${{ runner.os }}-${{ runner.arch }}-${{ github.sha }}
120120 path : build/package/*
@@ -146,7 +146,7 @@ jobs:
146146 id : latest_tag
147147 run : echo "LATEST_TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
148148 - name : Download Release Artifacts
149- uses : actions/download-artifact@v6
149+ uses : actions/download-artifact@v7
150150 with :
151151 pattern : CmdFX-Release-*
152152 path : build/package
You can’t perform that action at this time.
0 commit comments