Skip to content

Commit

Permalink
ci: uptick deprecated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jan 31, 2024
1 parent be79d3f commit 5f9d6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -68,7 +68,7 @@ jobs:
- name: Check cosign
run: cosign version

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: ~/download

Expand Down

0 comments on commit 5f9d6e6

Please sign in to comment.