File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 # These are all the steps that generate the files.
5252 steps :
5353 # Check out the files
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v6
5555
5656 # Actually run KiBot to generate all the files. The KiBot script used is
5757 # in the .kibot/release.kibot.yaml folder.
6565
6666 # Archive all the artifacts from output and attach to the action's results.
6767 - name : Archive production artifacts
68- uses : actions/upload-artifact@v4
68+ uses : actions/upload-artifact@v7
6969 with :
7070 name : schematic
7171 path : ${{ env.OutputFolder }}/**
Original file line number Diff line number Diff line change 4343 Preflight :
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v6
4747
4848 # Run KiBot with the preflight script
4949 - uses : INTI-CMNB/KiBot@v2_k9
Original file line number Diff line number Diff line change 5151 # These are all the steps that generate the files.
5252 steps :
5353 # Check out the files
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v6
5555 with :
5656 submodules : recursive
5757
@@ -105,7 +105,7 @@ jobs:
105105 # If you are copying this to your own repo you'll want to remove the upload of the MobiFlight-Configuration
106106 # zip file.
107107 - name : Upload release files
108- uses : softprops/action-gh-release@v2
108+ uses : softprops/action-gh-release@v3
109109 if : startsWith(github.ref, 'refs/tags/')
110110 env :
111111 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -119,7 +119,7 @@ jobs:
119119 # This is so they're made available when this workflow is run manually from the
120120 # GitHub actions page.
121121 - name : Archive production artifacts
122- uses : actions/upload-artifact@v4
122+ uses : actions/upload-artifact@v7
123123 with :
124124 name : release_files
125125 path : ${{ env.OutputFolder }}/**
You can’t perform that action at this time.
0 commit comments