aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/snapshot.yml
diff options
context:
space:
mode:
authorTommy Murphy <tommy_murphy@hotmail.com>2024-04-22 09:21:05 +0100
committerTommy Murphy <tommy_murphy@hotmail.com>2024-04-22 09:21:05 +0100
commit5c80ac8c5791f451169d463f2eecef1511f705c4 (patch)
tree759ee7b28c51e2ccd5e4fef038ff6480679bc600 /.github/workflows/snapshot.yml
parent3991492cc101f4289be06ec7dc23c6ad7748a74a (diff)
downloadriscv-openocd-5c80ac8c5791f451169d463f2eecef1511f705c4.zip
riscv-openocd-5c80ac8c5791f451169d463f2eecef1511f705c4.tar.gz
riscv-openocd-5c80ac8c5791f451169d463f2eecef1511f705c4.tar.bz2
Bump GitHub actions to latest versions - https://github.com/riscv-collab/riscv-openocd/issues/1048
Diffstat (limited to '.github/workflows/snapshot.yml')
-rw-r--r--.github/workflows/snapshot.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml
index f5cf564..4a1866b 100644
--- a/.github/workflows/snapshot.yml
+++ b/.github/workflows/snapshot.yml
@@ -18,7 +18,7 @@ jobs:
sudo apt-get update
sudo apt-get install autotools-dev autoconf automake libtool pkg-config cmake texinfo texlive g++-mingw-w64-i686
- name: Checkout Code
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
- run: ./bootstrap
- name: Prepare libusb1
env:
@@ -102,11 +102,11 @@ jobs:
echo "IS_PRE_RELEASE=$IS_PRE_RELEASE" >> $GITHUB_ENV
echo "ARTIFACT_PATH=$PWD/$ARTIFACT" >> $GITHUB_ENV
- name: Publish OpenOCD packaged for windows
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
path: ${{ env.ARTIFACT_PATH }}
- name: Delete 'latest' Release
- uses: dev-drprasad/delete-tag-and-release@v0.2.1
+ uses: dev-drprasad/delete-tag-and-release@v1.1
with:
delete_release: true
tag_name: ${{ env.RELEASE_NAME }}