Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed May 28, 2024
1 parent 615b221 commit 0f01e5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
check-latest: true
cache: true
cache-dependency-path: ${{ steps.working-dir.outputs.value }}/go.sum
- uses: kenchan0130/actions-system-info@master
- uses: kenchan0130/actions-system-info@v1.3.0
id: system-info
- name: Cache asconfig
uses: actions/cache@v3
Expand All @@ -85,7 +85,7 @@ jobs:
run: |
sudo make install
asconfig --version 2>&1 | grep "Aerospike Config"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner.os }}-${{ steps.system-info.outputs.release }}-asconfig
path: ${{ steps.working-dir.outputs.value }}/bin/asconfig
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- name: Upload snyk results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: asconfig-snyk.txt
path: asconfig-snyk.txt

0 comments on commit 0f01e5d

Please sign in to comment.