File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9999 if : always()
100100 steps :
101101 - name : Download Artifacts
102- uses : actions/download-artifact@v4
102+ uses : actions/download-artifact@v5
103103 with :
104104 path : artifacts
105105 - name : Publish Test Results
@@ -145,7 +145,7 @@ jobs:
145145 contents : write
146146 steps :
147147 - name : Download packages
148- uses : actions/download-artifact@v4
148+ uses : actions/download-artifact@v5
149149 with :
150150 name : Packages
151151 path : Artifacts/Packages
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 if : always()
101101 steps :
102102 - name : Download Artifacts
103- uses : actions/download-artifact@v4
103+ uses : actions/download-artifact@v5
104104 with :
105105 path : artifacts
106106 - name : Publish Test Results
You can’t perform that action at this time.
0 commit comments