Skip to content
Snippets Groups Projects
Commit ebca8916 authored by Fokke Dijkstra's avatar Fokke Dijkstra
Browse files

Updated version of actions.

parent fec71488
Branches
Tags
No related merge requests found
......@@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: create tarball
shell: bash
......@@ -47,7 +47,7 @@ jobs:
uses: ./.github/actions/rpmbuild-rockylinux8/
- name: upload rpm package as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: RPM package
path: ${{ github.workspace }}/noarch/hb-jobinfo*.rpm
......@@ -59,7 +59,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: find release version in tag
id: find_version
......@@ -67,7 +67,7 @@ jobs:
echo ::set-output name=version::${GITHUB_REF#refs/tags/}
- name: download RPM packages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: RPM package
path: ./build_artifacts
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment