From e69c84e0b9ef6cc810f9a942d591cbc8dea105c4 Mon Sep 17 00:00:00 2001 From: Manos Vlassis <57320708+mvlassis@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:49:59 +0300 Subject: [PATCH] Point canonical/charming-actions/upload-bundle action to `2.6.3` instead of `1.0.0` (#1046) * Update get_bundle_path.py to point to the actual bundle.yaml instead of its directory * Point action to own fork * Point action to own fork and the correct branch * Point action to own fork and the correct branch * Revert get_bundle_path.py * Change branch in canonica/charming-actions/upload-bundle to point to main instead of 1.0.0 * Point run-tests-and-publish-bundle.yaml to proper tag on the charming-actions repo --- .github/workflows/run-tests-and-publish-bundle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests-and-publish-bundle.yaml b/.github/workflows/run-tests-and-publish-bundle.yaml index b3f8cb48..2ae7c794 100644 --- a/.github/workflows/run-tests-and-publish-bundle.yaml +++ b/.github/workflows/run-tests-and-publish-bundle.yaml @@ -57,7 +57,7 @@ jobs: - uses: actions/checkout@v3 - name: Publish bundle release ${{ inputs.release }} - uses: canonical/charming-actions/upload-bundle@1.0.0 + uses: canonical/charming-actions/upload-bundle@2.6.3 with: credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }} github-token: ${{ secrets.GITHUB_TOKEN }}