build(deps): bump the github group with 3 updates (#1308)

This commit is contained in:
dependabot[bot] 2023-12-16 19:48:36 +00:00 committed by GitHub
parent 92646dacc8
commit 3d9e3f1cd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -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}}"

View file

@ -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