Skip to content

Commit

Permalink
Merge pull request #634 from conda/renovate/major-github-artifact-act…
Browse files Browse the repository at this point in the history
…ions

Update GitHub Artifact Actions to v4 (major)
  • Loading branch information
maresb committed May 2, 2024
2 parents 6a262cd + c172179 commit 53eeb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
shell: bash

- name: Upload dist files for publication
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist-files
path: dist
Expand All @@ -49,7 +49,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: dist-files
path: dist
Expand Down

0 comments on commit 53eeb69

Please sign in to comment.