Skip to content

Commit

Permalink
ci: bump EOL github upload action (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjumani authored Dec 18, 2024
1 parent 3cf4140 commit 92909bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-extensions-build-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
name: check-extensions-build-config
runs-on: ubuntu-20.04-8core
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Add safe directory
run: git config --global --add safe.directory /__w/envoy-gloo-ee/envoy-gloo-ee
- name: Run check-extensions-build-config.sh
run: ci/check_extensions_build_config.sh
# - name: Archive check results
# if: ${{ !cancelled() }}
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# name: static-analysis-report
# path: linux/amd64/analysis/scan-build-*/
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: ci/static_analysis.sh
- name: Archive static analysis results
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: static-analysis-report
path: linux/amd64/analysis/scan-build-*/
5 changes: 5 additions & 0 deletions changelog/v1.32.1-patch2/bump-upload-artifact.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
changelog:
- type: NON_USER_FACING
description: >-
Bump EOL'd github upload action

0 comments on commit 92909bc

Please sign in to comment.