Compare commits

..

2 Commits

Author SHA1 Message Date
bot 9529a0b588 chore(deps): update github artifact actions
Cog check / Create release (pull_request) Successful in 47s
2026-04-26 00:01:43 +00:00
palkx 371f2fa255 feat: downgrade artifact actions
Cog release / Create release (push) Successful in 14s
2026-04-25 13:54:09 +03:00
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v6
- name: Retrieve artifacts
id: download
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: artifacts
- name: Check if job errored
@@ -56,7 +56,7 @@ jobs:
make copy-install;
cd ${{ github.workspace }};
rm -rf blackbox;
- uses: opentofu/setup-opentofu@v2
- uses: opentofu/setup-opentofu@v1
if: ${{ steps.check.outputs.code == 2 }}
with:
tofu_version: ${{ inputs.tofu-version }}
+2 -2
View File
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: opentofu/setup-opentofu@v2
- uses: opentofu/setup-opentofu@v1
with:
tofu_version: ${{ inputs.tofu-version }}
cli_config_credentials_token: ${{ secrets.tf-api-token }}
@@ -77,7 +77,7 @@ jobs:
shell: bash
run: printf "${{ steps.tfplan.outputs.exitcode }}" > exitcode;
- name: Upload artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: artifacts
path: |
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
# Upload MegaLinter artifacts
- name: Archive production artifacts
if: success() || failure()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: MegaLinter reports
path: |
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v6
- name: Retrieve artifacts
id: download
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: artifacts
- name: Check if job errored
+1 -1
View File
@@ -72,7 +72,7 @@ jobs:
shell: bash
run: printf "${{ steps.tfplan.outputs.exitcode }}" > exitcode;
- name: Upload artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: artifacts
path: |