Skip to content

Commit

Permalink
Merge pull request #7 from frequenz-floss/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/upload-artifact-4

Bump actions/{download,upload}-artifact from 3 to 4
  • Loading branch information
llucax authored Feb 13, 2024
2 parents c2545ba + 3781c87 commit 1a2f8f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
run: python -m build

- name: Upload distribution files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-packages
path: dist/
Expand All @@ -244,7 +244,7 @@ jobs:
- name: Fetch sources
uses: actions/checkout@v4
- name: Download package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist-packages
path: dist
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
mike set-default $MIKE_VERSION
- name: Upload site
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs-site
path: site/
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download distribution files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist-packages
path: dist
Expand Down Expand Up @@ -430,7 +430,7 @@ jobs:
id-token: write
steps:
- name: Download distribution files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist-packages
path: dist
Expand Down

0 comments on commit 1a2f8f2

Please sign in to comment.