From 3a8f0a8e4df3fa3a11cc179777a1752cc010089d Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Sat, 3 Feb 2024 17:44:24 -0600 Subject: [PATCH] bump action versions for node deprecation --- .github/workflows/actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index cadc2ae..7a1a718 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -123,7 +123,7 @@ jobs: - name: rename dmg run: mv pkg/*.dmg pkg/libgetargv++-${{ matrix.os }}.dmg working-directory: getargv.cpp - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: ${{ matrix.os }}.zip path: | @@ -146,7 +146,7 @@ jobs: - uses: actions/checkout@v4 with: path: getargv.cpp - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: path: pkg - name: bump version @@ -162,5 +162,5 @@ jobs: uses: softprops/action-gh-release@v1 with: files: pkg/*.zip/*.dmg - tag_name: ${{ steps.version.ouputs.version }} name: ${{ steps.version.ouputs.version }} + tag_name: ${{ steps.version.ouputs.version }}