From 95e8d514a932e1df5b9f1ba94ffd17e46fd17131 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Mon, 12 Feb 2024 06:49:00 +0400 Subject: [PATCH 1/2] Update action.yml --- actions/sphinx/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/sphinx/action.yml b/actions/sphinx/action.yml index e93ee77..ab7faee 100644 --- a/actions/sphinx/action.yml +++ b/actions/sphinx/action.yml @@ -53,7 +53,7 @@ runs: poetry run sphinx-build -b html ${{ inputs.sphinx-folder || 'book/sphinx' }} artifacts/sphinx - name: Archive sphinx documentation - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: sphinx path: artifacts/sphinx From 083806b1fe19413e022c9f683ff83978cbfd61ac Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Mon, 12 Feb 2024 06:51:58 +0400 Subject: [PATCH 2/2] Update action.yml (#43) (#46) --- actions/publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/publish/action.yml b/actions/publish/action.yml index ec7764a..0a141ec 100644 --- a/actions/publish/action.yml +++ b/actions/publish/action.yml @@ -30,7 +30,7 @@ runs: # Generate the token - name: Mint token id: mint - uses: tschm/token-mint-action@v1.0.2 + uses: tschm/token-mint-action@v1.0.3 # Install twine and upload the dist folder using the token - name: Publish the package