Skip to content

Commit 5fdabe0

Browse files
author
Bruno Oliveira
authored
Merge pull request #178 from ESSS/dependabot/github_actions/github-actions-d988a0d7e8
Bump actions/download-artifact from 6 to 7 in the github-actions group
2 parents 2558c7e + 064aa1f commit 5fdabe0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v6
4141

4242
- name: Download Package
43-
uses: actions/download-artifact@v6
43+
uses: actions/download-artifact@v7
4444
with:
4545
name: Packages
4646
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v6
4444

4545
- name: Download Package
46-
uses: actions/download-artifact@v6
46+
uses: actions/download-artifact@v7
4747
with:
4848
name: Packages
4949
path: dist

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: rst
2828
name: rst
29-
entry: rst-lint --encoding utf-8
29+
entry: rst-lint
3030
files: ^(CHANGELOG.rst|README.rst)$
3131
language: python
3232
additional_dependencies: [pygments, restructuredtext_lint]

0 commit comments

Comments
 (0)