From 108b47ac4d1b43aabf9c30166f5e59a02922ebc9 Mon Sep 17 00:00:00 2001 From: Julian Uy Date: Sun, 14 Jan 2024 01:25:01 +0000 Subject: [PATCH] CI: bump versions of actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f81585c..96bbce4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ "steps" : [ { "name" : "Checkout repository", - "uses" : "actions/checkout@v2", + "uses" : "actions/checkout@v3", "with" : { "submodules" : "recursive" } @@ -111,7 +111,7 @@ }, { "name" : "Upload artifact", - "uses" : "actions/upload-artifact@master", + "uses" : "actions/upload-artifact@v4", "with" : { "name" : "binary-win32-${{ matrix.platform.target-arch }}-${{ matrix.platform.compiler }}", "path" : "**/**.${{ matrix.platform.target-arch }}.${{ matrix.platform.compiler }}.7z" @@ -129,7 +129,7 @@ "steps" : [ { "name" : "Download all artifacts", - "uses" : "actions/download-artifact@v3" + "uses" : "actions/download-artifact@v4" }, { "name" : "Create release",