Skip to content

Commit

Permalink
ci: bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4.1.7)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent d994837 commit 34e9383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo $UCTAGS_REV > uctags-rev
# No way to share variable between jobs other than using artifacts.
- name: '[cache] Store revision as artifact'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: uctags
path: uctags-rev
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- snapshot
steps:
- name: '[dep] Get cached ctags revision'
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: uctags
- name: '[dep] Write revision to env variable'
Expand Down

0 comments on commit 34e9383

Please sign in to comment.