summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRay <[email protected]>2024-02-13 16:13:46 +0100
committerGitHub <[email protected]>2024-02-13 16:13:46 +0100
commitabe243d46972ab8a2956bac9020dac9cc9e3f345 (patch)
treef9288dc4f7d75c25b5fa121904aac30f5e8ed1a3 /.github
parent401c5a86380f0e06cf30f1b75cff102f460fc98d (diff)
downloadraylib-abe243d46972ab8a2956bac9020dac9cc9e3f345.tar.gz
raylib-abe243d46972ab8a2956bac9020dac9cc9e3f345.zip
Update linux.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index d740250e..db989e24 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -94,7 +94,7 @@ jobs:
tar -czvf ${{ env.RELEASE_NAME }}.tar.gz ${{ env.RELEASE_NAME }}
- name: Upload Artifacts
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: ${{ env.RELEASE_NAME }}.tar.gz
path: ./build/${{ env.RELEASE_NAME }}.tar.gz