On Thu, Nov 9, 2023 at 10:22 AM Christian Göttsche <cgzones@xxxxxxxxxxxxxx> wrote: > > Signed-off-by: Christian Göttsche <cgzones@xxxxxxxxxxxxxx> Acked-by: James Carter <jwcart2@xxxxxxxxx> > --- > .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 92523db4..c4e592c5 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 198ba7b6..3bd859a3 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 92155da2..b96d58a5 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: | > -- > 2.42.0 >