File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5959
6060 # Initializes the CodeQL tools for scanning.
6161 - name : Initialize CodeQL
62- uses : github/codeql-action/init@v3
62+ uses : github/codeql-action/init@v4
6363 with :
6464 languages : ${{ matrix.language }}
6565 build-mode : ${{ matrix.build-mode }}
8787 exit 1
8888
8989 - name : Perform CodeQL Analysis
90- uses : github/codeql-action/analyze@v3
90+ uses : github/codeql-action/analyze@v4
9191 with :
9292 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3636 permissions :
3737 id-token : write
3838 steps :
39- - uses : actions/download-artifact@v5
39+ - uses : actions/download-artifact@v6
4040 with :
4141 name : Packages
4242 path : dist
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101
102102 - name : Upload artifacts
103103 if : env.pinned == 'false'
104- uses : actions/upload-artifact@v4
104+ uses : actions/upload-artifact@v5
105105 with :
106106 name : results-pypsa-eur-${{ matrix.version }}
107107 path : |
Original file line number Diff line number Diff line change 7474 choco install glpk
7575
7676 - name : Download package
77- uses : actions/download-artifact@v5
77+ uses : actions/download-artifact@v6
7878 with :
7979 name : Packages
8080 path : dist
@@ -112,7 +112,7 @@ jobs:
112112 python-version : 3.12
113113
114114 - name : Download package
115- uses : actions/download-artifact@v5
115+ uses : actions/download-artifact@v6
116116 with :
117117 name : Packages
118118 path : dist
You can’t perform that action at this time.
0 commit comments