Skip to content

Commit 3e27253

Browse files
authored
Merge pull request #42 from netresearch/dependabot/github_actions/actions/upload-artifact-7.0.0
chore(ci)(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents 3da327d + 94fc39e commit 3e27253

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
twine check dist/*
139139
140140
- name: Upload artifacts
141-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
141+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
142142
with:
143143
name: distributions
144144
path: dist/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
twine check dist/*
3838
3939
- name: Upload artifacts
40-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
40+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4141
with:
4242
name: distributions
4343
path: dist/

0 commit comments

Comments
 (0)