Skip to content

Commit 6e8232c

Browse files
Merge branch 'main' into dependabot/cargo/croner-3.0.0
2 parents 9e49d60 + 724407b commit 6e8232c

6 files changed

Lines changed: 122 additions & 130 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ jobs:
135135
builder: cargo
136136

137137
steps:
138+
- name: Check out code
139+
uses: actions/checkout@v5
140+
138141
- name: Get Rust Stable
139142
uses: dtolnay/rust-toolchain@stable
140143
with:
@@ -145,9 +148,6 @@ jobs:
145148
- name: Setup Cache
146149
uses: Swatinem/rust-cache@v2
147150

148-
- name: Check out code
149-
uses: actions/checkout@v5
150-
151151
- name: Fetch Versioned Cargo.toml
152152
uses: actions/download-artifact@v5
153153
with:
@@ -164,7 +164,7 @@ jobs:
164164
run: ${{ matrix.builder }} build --release --target ${{ matrix.target }}
165165

166166
- name: Upload GitHub Release Artifacts
167-
uses: SierraSoftworks/gh-releases@v1.0.7
167+
uses: SierraSoftworks/gh-releases@v1.0.8
168168
if: github.event_name == 'release'
169169
with:
170170
files: "target/${{ matrix.target }}/release/github-backup${{ matrix.extension }} | github-backup-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.extension }}"

0 commit comments

Comments
 (0)