Skip to content

Commit

Permalink
gha: bump the all-github-actions group with 2 updates (#218)
Browse files Browse the repository at this point in the history
Bumps the all-github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/upload-artifact` from 4.3.3 to 4.3.4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.3...v4.3.4)

Updates `actions/download-artifact` from 4.1.7 to 4.1.8
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.7...v4.1.8)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-github-actions
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 0210e90 commit dd11bd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ jobs:
- name: Upload artifact - docs
if: steps.build.outcome == 'success'
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: docs
path: cpython/Doc/build/html

- name: Upload artifact - log files
if: always()
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: build-logs
path: logs/*
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
make lint
- name: Upload artifact - log files
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: lint-logs
path: logs/*
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
run: make spell

- name: Upload artifact - log files
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: pospell-logs
path: logs/*
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
powrap compendium.po
- name: Upload artifact
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: compendium
path: compendium.po
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
TX_TOKEN: ${{ secrets.TX_TOKEN }}

- name: Upload artifact - po files
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: translations
path: |
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Upload artifact - log files
if: always()
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: pull-logs
path: |
Expand All @@ -110,7 +110,7 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Download PO files
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
name: translations

Expand Down

0 comments on commit dd11bd6

Please sign in to comment.