aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2024-04-22 08:51:07 +0100
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2024-04-22 08:51:07 +0100
commit217d74a39ff1c16eff9616ba7df2e95ad595b1a7 (patch)
tree1b62a4e1aa52a3dfbc591ddc9d7646461e9b14e9
parent3aab123707a5e618e3ee55c4673ad0516f511ae0 (diff)
downloadopenbios-217d74a39ff1c16eff9616ba7df2e95ad595b1a7.zip
openbios-217d74a39ff1c16eff9616ba7df2e95ad595b1a7.tar.gz
openbios-217d74a39ff1c16eff9616ba7df2e95ad595b1a7.tar.bz2
.github/workflows: migrate release action to crowbarmaster/GH-Automatic-Releases
The marvinpinto/action-automatic-releases action is currently unmaintained and displays several GitHub deprecation warnings during use. Switch over to using the forked crowbarmaster/GH-Automatic-Releases action which is an updated version of the original marvinpinto/action-automatic-releases action. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
-rw-r--r--.github/workflows/main.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 626fc0a..a903697 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -94,7 +94,7 @@ jobs:
- name: Upload pre-release (upstream repository only)
if: "${{ github.repository_owner == 'openbios' }}"
- uses: "marvinpinto/action-automatic-releases@latest"
+ uses: "crowbarmaster/GH-Automatic-Releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: true
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1fc587c..a8b8895 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
run: cd archive && zip -r ../openbios-multiarch-${{ github.ref_name }}.zip debug release && cd ..
- name: Upload release
- uses: "marvinpinto/action-automatic-releases@latest"
+ uses: "crowbarmaster/GH-Automatic-Releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false