Skip to content

Commit f82cd3f

Browse files
committed
artifact update
1 parent 13e3707 commit f82cd3f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
id-token: write
111111
steps:
112112
- name: Download artifacts
113-
uses: actions/download-artifact@v3
113+
uses: actions/download-artifact@v4
114114
with:
115115
name: dist
116116
path: dist/
@@ -131,7 +131,7 @@ jobs:
131131
fetch-depth: 0
132132

133133
- name: Download artifacts
134-
uses: actions/download-artifact@v3
134+
uses: actions/download-artifact@v4
135135
with:
136136
name: dist
137137
path: dist/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openstaad"
7-
version = "0.0.2"
7+
version = "0.0.4"
88
authors = [{ name = "konrad", email = "opensteel611@example.com" }]
99
description = "A small example package for openstaad python package"
1010
readme = "README.md"

0 commit comments

Comments
 (0)