Skip to content

Commit

Permalink
actions: More deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
richardg867 committed Oct 23, 2024
1 parent e4013ad commit 10c13ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cd /opt/pciutils-*
make CC=i686-linux-gnu-gcc ZLIB=no DNS=no SHARED=no
sudo make install-lib
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build `cp437`
run: |
cd ${{ github.workspace }}/cp437
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
Invoke-WebRequest http://www.fysnet.net/zips/nbasm.zip -OutFile nbasm.zip
Expand-Archive nbasm.zip -DestinationPath "$env:LOCALAPPDATA/Programs"
echo "$env:LOCALAPPDATA/Programs" >> $env:GITHUB_PATH
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build `amikey`
run: |
cd ${{ github.workspace }}/amikey
Expand All @@ -103,7 +103,7 @@ jobs:
run: |
cd ${{ github.workspace }}/viakey
./build.bat VIAKEY
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: probing-tools-${{ github.sha }}
path: |
Expand Down

0 comments on commit 10c13ab

Please sign in to comment.