Skip to content

Commit

Permalink
Merge pull request opencontainers#3958 from akhilerm/upgrade-deprecat…
Browse files Browse the repository at this point in the history
…e-actions

[1.1] deps: Update github actions packages in validate workflow
  • Loading branch information
kolyshkin authored Aug 3, 2023
2 parents dd03bb8 + 7c36375 commit 0699bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
sha256sum ~/bin/shellcheck | grep -q $SHA256SUM
# make sure to remove the old version
sudo rm -f /usr/bin/shellcheck
- uses: lumaxis/shellcheck-problem-matchers@v1
- uses: lumaxis/shellcheck-problem-matchers@v2
- name: shellcheck
run: |
make shellcheck
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- name: make releaseall
run: make releaseall
- name: upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: release-${{ github.run_id }}
path: release/*

0 comments on commit 0699bf3

Please sign in to comment.