From 23c743c4bb54d272e3cfdfe765bd51d92c7aa7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 9 Nov 2023 16:21:50 +0100 Subject: [PATCH] github: bump action dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Göttsche --- .github/workflows/cifuzz.yml | 2 +- .github/workflows/run_tests.yml | 2 +- .github/workflows/vm_testsuite.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 92523db464..c4e592c5ce 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -33,7 +33,7 @@ jobs: report-unreproducible-crashes: true sanitizer: ${{ matrix.sanitizer }} - name: Upload Crash - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 if: failure() && steps.build.outcome == 'success' with: name: ${{ matrix.sanitizer }}-artifacts diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 198ba7b6a1..3bd859a378 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -36,7 +36,7 @@ jobs: python-ruby-version: {python: '3.11', ruby: '3.1', other: 'sanitizers'} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-ruby-version.python }} uses: actions/setup-python@v4 diff --git a/.github/workflows/vm_testsuite.yml b/.github/workflows/vm_testsuite.yml index 92155da20b..b96d58a547 100644 --- a/.github/workflows/vm_testsuite.yml +++ b/.github/workflows/vm_testsuite.yml @@ -9,7 +9,7 @@ jobs: runs-on: macos-12 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Create Vagrant VM run: |