summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-03-10 00:00:42 -0500
committerGitHub <noreply@github.com>2023-03-10 00:00:42 -0500
commite7a5f297bca3590b39541f8674d93187630d3014 (patch)
treedc5ae99331bed3fb8e59008669fe9b12595c95dd /.github/workflows
parent82c0c3b0e5561008255b7f023e7eee43db593946 (diff)
ci: update the upload artifact action to v3.1.2 (#1054)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_releases.yml8
-rw-r--r--.github/workflows/deployment.yml4
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build_releases.yml b/.github/workflows/build_releases.yml
index 1851f239..ba6cbb52 100644
--- a/.github/workflows/build_releases.yml
+++ b/.github/workflows/build_releases.yml
@@ -196,7 +196,7 @@ jobs:
mv manpage.tar.gz release/
- name: Save release as artifact
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
retention-days: 3
name: release
@@ -242,7 +242,7 @@ jobs:
mv bottom_x86_64_installer.msi release/
- name: Save release as artifact
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
retention-days: 3
name: release
@@ -274,7 +274,7 @@ jobs:
python ./scripts/cirrus/build.py "$BRANCH" "release/" "${{ inputs.caller }}"
- name: Save release as artifact
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
retention-days: 3
name: release
@@ -375,7 +375,7 @@ jobs:
mv ${{ steps.verify.outputs.DEB_FILE }} release/
- name: Save release as artifact
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
retention-days: 3
name: release
diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml
index 679636cf..359d6300 100644
--- a/.github/workflows/deployment.yml
+++ b/.github/workflows/deployment.yml
@@ -41,7 +41,7 @@ jobs:
run: echo "${{ env.VERSION }}" > release-version
- name: Upload release-version as artifact
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
retention-days: 3
name: release-version
@@ -97,7 +97,7 @@ jobs:
mv choco.zip release/
- name: Save release as artifact
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
retention-days: 3
name: release