From 1f15948783a96f7984945bb874bbc7a4a4e02e6c Mon Sep 17 00:00:00 2001 From: blu3 Date: Tue, 4 Feb 2025 21:33:33 +0300 Subject: [PATCH] Bump --- .github/workflows/publish-tar.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-tar.yml b/.github/workflows/publish-tar.yml index fa551c8..362dd9e 100644 --- a/.github/workflows/publish-tar.yml +++ b/.github/workflows/publish-tar.yml @@ -1,4 +1,5 @@ name: Publish Tar + on: workflow_dispatch: inputs: @@ -17,8 +18,8 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v2 + - name: Checkout repository + uses: actions/checkout@v4 - name: Archive run: tar -cf archive.tar ./* @@ -29,7 +30,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: