From 2d1d6e02d4405a48b27e6aaf0cee4c1f721ad930 Mon Sep 17 00:00:00 2001
From: Elliott Slaughter <slaughter@cs.stanford.edu>
Date: Mon, 24 Jun 2024 20:35:54 -0700
Subject: [PATCH] Update to newest GitHub Actions.

---
 .github/workflows/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index e5b9a34..15345db 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -10,13 +10,13 @@ jobs:
         os: ['ubuntu-latest', 'macos-12', 'windows-2022']
         llvm: ['18.1.7']
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - run: ./main.sh
         shell: bash
         env:
           version: ${{ matrix.llvm }}
           threads: 2
-      - uses: actions/upload-artifact@v3
+      - uses: actions/upload-artifact@v4
         with:
           name: clang+llvm-${{ matrix.llvm }}-${{ matrix.os }}
           path: clang+llvm-${{ matrix.llvm }}-*.*