diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 046b390..192295b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -69,7 +69,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -83,7 +83,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 # â„šī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -96,6 +96,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9aacc1d..405da5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: run: CI= pnpm run build - name: Upload web production build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: web-dist path: web/dist @@ -93,7 +93,7 @@ jobs: fetch-depth: 0 - name: Download web production build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: web-dist path: web/dist @@ -115,7 +115,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload assets - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: autobrr path: | @@ -137,7 +137,7 @@ jobs: fetch-depth: 0 - name: Download web production build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: web-dist path: web/dist @@ -159,7 +159,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload assets - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: autobrr path: | @@ -180,7 +180,7 @@ jobs: fetch-depth: 0 - name: Download web production build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: web-dist path: web/dist