From 5d21e29a0d512b2f0556c468a7d69390b94b6e26 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Fri, 15 Mar 2024 21:34:42 +0100 Subject: [PATCH] ga: update to latest versions of github actions inspired by deprecation warnings --- .github/workflows/CIFuzz.yml | 2 +- .github/workflows/build.yml | 6 +++--- .github/workflows/codeql-analysis.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CIFuzz.yml b/.github/workflows/CIFuzz.yml index 773e2715a..8d181e2c3 100644 --- a/.github/workflows/CIFuzz.yml +++ b/.github/workflows/CIFuzz.yml @@ -18,7 +18,7 @@ jobs: fuzz-seconds: 600 dry-run: false - name: Upload Crash - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 if: failure() with: name: artifacts diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a1c3a69c..a47b982a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,9 @@ jobs: name_extra: " clang-cl" steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install python and pip - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.11' - name: install dependencies (Linux) @@ -54,7 +54,7 @@ jobs: run: | cmake --build . --config Release - name: Archive production artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: regress-directory path: | diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 64c659a2f..9919715d4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head.