File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 runs-on : ubuntu-24.04
4949 steps :
5050 - name : Checkout repository
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v6
5252 with :
5353 path : pouch-gateway
5454
Original file line number Diff line number Diff line change 6262 runs-on : ubuntu-24.04
6363 steps :
6464 - name : Checkout repository
65- uses : actions/checkout@v4
65+ uses : actions/checkout@v6
6666 with :
6767 path : pouch-gateway
6868
@@ -114,7 +114,7 @@ jobs:
114114 echo "ARTIFACT_TARGET=${TARGET//\//-}${SUFFIX}" >> $GITHUB_OUTPUT
115115
116116 - name : Upload Artifacts
117- uses : actions/upload-artifact@v4
117+ uses : actions/upload-artifact@v6
118118 with :
119119 name : ${{ matrix.app }}-${{ steps.build.outputs.ARTIFACT_TARGET }}
120120 path : |
Original file line number Diff line number Diff line change 1212 container : golioth/golioth-coverity-base:89df175
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 with :
1717 path : pouch-gateway
1818 - name : Init and update west
4646 --form version="0" \
4747 --form description="Description" \
4848 https://scan.coverity.com/builds?project=golioth%2Fpouch-gateway
49- - uses : actions/upload-artifact@v4
49+ - uses : actions/upload-artifact@v6
5050 with :
5151 name : coverity_output
5252 path : gateway.tgz
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout Repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616 with :
1717 # Fetch depth must be greater than the number of commits included in the push in order to
1818 # compare against commit prior to merge. 15 is chosen as a reasonable default for the
You can’t perform that action at this time.
0 commit comments