Skip to content

Commit

Permalink
Upgrade GitHub action artifacts upload-artifact & download-artifact t…
Browse files Browse the repository at this point in the history
…o v4 (#53)

Since upload-artifact@v3 & download-artifact@v3 are not going to be usable from January 30th, 2025, upgrade them to v4.

Ref: https://astronomer.slack.com/archives/C07DCAVK7TR/p1736358249600619

related: astronomer/oss-integrations-private#64
  • Loading branch information
pankajkoti authored Jan 9, 2025
1 parent 099173d commit 9839cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build source distribution
run: python -m build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: dist/*
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifacts
path: dist
Expand Down

0 comments on commit 9839cbc

Please sign in to comment.