Skip to content

Commit

Permalink
use v3 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
harp-intel committed Aug 12, 2024
1 parent e5afbf4 commit f11c42d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
container:
image: ubuntu:18.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: install dependencies
run: |
apt-get update
Expand All @@ -30,7 +30,7 @@ jobs:
pip3 install -r requirements.txt
make dist
- name: upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: perfspect
path: dist/perfspect*.tgz

0 comments on commit f11c42d

Please sign in to comment.